Package com.mku.integrity
Class IntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mku.integrity.IntegrityException
- All Implemented Interfaces:
Serializable
Thrown when data are corrupt or tampered with.
- See Also:
-
Constructor Summary
ConstructorDescriptionIntegrityException
(String msg) Construct an exception with a specific message.IntegrityException
(String msg, Exception ex) Construct an exception with a specific message and inner exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrityException
Construct an exception with a specific message.- Parameters:
msg
- The message
-
IntegrityException
Construct an exception with a specific message and inner exception- Parameters:
msg
- The provided messageex
- The inner exception
-