Class DeletedIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.tupl.DatabaseException
org.cojen.tupl.ClosedIndexException
org.cojen.tupl.DeletedIndexException
- All Implemented Interfaces:
Serializable
Thrown when attempting to access or modify the contents of an index which was deleted.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cojen.tupl.ClosedIndexException
isRecoverable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeletedIndexException
public DeletedIndexException()
-