Class CorruptDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.tupl.DatabaseException
org.cojen.tupl.CorruptDatabaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChecksumException
,IncompleteRestoreException
Thrown when the internal structure of the
database
is
corrupt.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCorruptDatabaseException
(String message) CorruptDatabaseException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.cojen.tupl.DatabaseException
isRecoverable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CorruptDatabaseException
public CorruptDatabaseException() -
CorruptDatabaseException
-
CorruptDatabaseException
-
CorruptDatabaseException
-