public class BTreeException
extends java.io.IOException
BTreeIndex,
Serialized Form| Constructor 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. |
public BTreeException()
BTreeException with a null error message string.
public BTreeException(java.lang.String message)
BTreeException with a specific error message string.message - Error message string.