Package com.terracottatech.store
Class DatasetKeyTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.terracottatech.store.StoreException
com.terracottatech.store.DatasetKeyTypeMismatchException
- All Implemented Interfaces:
Serializable
Thrown when the requested dataset does not have the expected key type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatasetKeyTypeMismatchException
(String message) DatasetKeyTypeMismatchException
(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
-
DatasetKeyTypeMismatchException
-
DatasetKeyTypeMismatchException
-
DatasetKeyTypeMismatchException
-