com.coyotegulch.jisp

Class BTreeException

public class BTreeException extends IOException

Standard exception type thrown by B-Tree index classes.

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.

Constructor Detail

BTreeException

public BTreeException()
Constructs a new BTreeException with a null error message string.

BTreeException

public BTreeException(String message)
Constructs a new BTreeException with a specific error message string.

Parameters: message Error message string.