Package com.terracottatech.store
Class StoreIndexNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.terracottatech.store.StoreRuntimeException
com.terracottatech.store.StoreIndexNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when an operation requests the use of an index that does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreIndexNotFoundException
(String message) StoreIndexNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreIndexNotFoundException
-
StoreIndexNotFoundException
-