Class DatabaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateKey, KeyNotFound

public class DatabaseException extends IOException
Standard exception type thrown by the object database classes.
See Also:
  • Constructor Details

    • DatabaseException

      public DatabaseException()
      Constructs a new DatabaseException with null as its error message string.
    • DatabaseException

      public DatabaseException(String message)
      Constructs a new DatabaseException with message as its error message string.

      Parameters:
      message - Error message string.