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 org.refcodes.exception.ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B extends ErrorCodeAccessor.ErrorCodeBuilder<B>>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty -
Constructor Summary
ConstructorsConstructorDescriptionIntegrityException(String aMessage) Instantiates the classIntegrityException.IntegrityException(String aMessage, String aErrorCode) Instantiates the classIntegrityException.IntegrityException(String aMessage, Throwable aCause) Instantiates the classIntegrityException.IntegrityException(String aMessage, Throwable aCause, String aErrorCode) Instantiates the classIntegrityException.IntegrityException(Throwable aCause) Instantiates the classIntegrityException.IntegrityException(Throwable aCause, String aErrorCode) Instantiates the classIntegrityException. -
Method Summary
Methods inherited from class org.refcodes.exception.AbstractRuntimeException
getErrorCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.exception.Trap
getPatternArguments, toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
IntegrityException
-
IntegrityException
Instantiates the classIntegrityException.- See Also:
-
IntegrityException
-
IntegrityException
Instantiates the classIntegrityException.- See Also:
-
IntegrityException
Instantiates the classIntegrityException.- See Also:
-
IntegrityException
Instantiates the classIntegrityException.- See Also:
-