Class CorruptDatabaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompleteRestoreException

public class CorruptDatabaseException extends DatabaseException
Thrown when the internal structure of the database is corrupt.
See Also:
  • Constructor Details

    • CorruptDatabaseException

      public CorruptDatabaseException()
    • CorruptDatabaseException

      public CorruptDatabaseException(String message)
    • CorruptDatabaseException

      public CorruptDatabaseException(Throwable cause)
    • CorruptDatabaseException

      public CorruptDatabaseException(String message, Throwable cause)