com.coyotegulch.jisp
public class BTreeException extends IOException
See Also: BTreeIndex
Constructor Summary | |
---|---|
BTreeException()
Constructs a new BTreeException with a null error message string.
| |
BTreeException(String message)
Constructs a new BTreeException with a specific error message string.
|
BTreeException
with a null
error message string.
BTreeException
with a specific error message string.
Parameters: message Error message string.