Class IncompleteRestoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.tupl.DatabaseException
org.cojen.tupl.CorruptDatabaseException
org.cojen.tupl.IncompleteRestoreException
- All Implemented Interfaces:
Serializable
Thrown when opening a database which wasn't completely restored.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompleteRestoreException
(String message) IncompleteRestoreException
(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
-
IncompleteRestoreException
public IncompleteRestoreException() -
IncompleteRestoreException
-
IncompleteRestoreException
-
IncompleteRestoreException
-