Package org.moeaframework.analysis.store
Class DataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.analysis.store.DataStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ManifestValidationException
An exception indicating a problem with a data store.
- See Also:
-
Constructor Summary
ConstructorDescriptionDataStoreException
(String message) Constructs a new data store exception with the given message.DataStoreException
(String message, Throwable cause) Constructs a new data store exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataStoreException
Constructs a new data store exception with the given message.- Parameters:
message
- the reason for the failurecause
- the underlying exception causing this failure
-
DataStoreException
Constructs a new data store exception with the given message.- Parameters:
message
- the reason for the failure
-