Class BTreeException

All Implemented Interfaces:
Serializable

public class BTreeException extends IOException
Standard exception type thrown by B-Tree index classes.
See Also:
  • Constructor Details

    • 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.