Package com.terracottatech.store
Class DatasetExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.terracottatech.store.StoreException
com.terracottatech.store.DatasetExistsException
- All Implemented Interfaces:
Serializable
Thrown to terminate a request to create a dataset that already exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatasetExistsException
(String message) DatasetExistsException
(String message, Throwable cause) DatasetExistsException
(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
-
DatasetExistsException
-
DatasetExistsException
-
DatasetExistsException
-