Package com.terracottatech.store
Class DatasetMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.terracottatech.store.StoreException
com.terracottatech.store.DatasetMissingException
- All Implemented Interfaces:
Serializable
Thrown to indicate a requested dataset does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatasetMissingException
(String message) DatasetMissingException
(String message, Throwable cause) DatasetMissingException
(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
-
DatasetMissingException
-
DatasetMissingException
-
DatasetMissingException
-