Package com.sleepycat.persist
Class IndexNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.db.DatabaseException
com.sleepycat.persist.IndexNotAvailableException
- All Implemented Interfaces:
Serializable
Thrown by the
getPrimaryIndex, getSecondaryIndex and getSubclassIndex when an index has not yet
been created.
It can be thrown when opening an environment read-only with new persistent classes that define a new primary or secondary index. The index does not exist because the environment has not yet been opened read-write with the new classes. When the index is created by a read-write application, the read-only application must close and re-open the environment in order to open the new index.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sleepycat.db.DatabaseException
getEnvironment, getErrno, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
IndexNotAvailableException
For internal use only.
-