Class IntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.exception.IntegrityException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap
An integrity exception is thrown whenever the integrity of data may be
violated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty -
Constructor Summary
ConstructorsConstructorDescriptionIntegrityException(String aMessage) IntegrityException(String aMessage, String aErrorCode) IntegrityException(String aMessage, Throwable aCause) IntegrityException(String aMessage, Throwable aCause, String aErrorCode) IntegrityException(Throwable aCause) IntegrityException(Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class AbstractRuntimeException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
getPatternArguments, toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
IntegrityException
-
IntegrityException
-
IntegrityException
-
IntegrityException
-
IntegrityException
-
IntegrityException
-