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
public class DataInconsistencyException extends RuntimeException
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, useConfigurationException
instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataInconsistencyException()
DataInconsistencyException(String message)
DataInconsistencyException(String message, Throwable cause)
DataInconsistencyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-