public class BTreeException
extends java.io.IOException
BTreeIndex
,
Serialized FormConstructor and Description |
---|
BTreeException()
Constructs a new
BTreeException with a null error message string. |
BTreeException(java.lang.String message)
Constructs a new
BTreeException with a specific error message string. |