Package com.github.mizool.core.exception
Class DataInconsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.DataInconsistencyException
- All Implemented Interfaces:
Serializable
Thrown when the persistent application data is in an invalid and/or inconsistent state and cannot be processed.
If the error lies within the configuration instead of the application data, use
If the error lies within the configuration instead of the application data, use
ConfigurationException
instead.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataInconsistencyException
(String message) DataInconsistencyException
(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
-
DataInconsistencyException
public DataInconsistencyException() -
DataInconsistencyException
-
DataInconsistencyException
-
DataInconsistencyException
-