Class DataIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.form.nitro.service.data.integrity.DataIntegrityException
- All Implemented Interfaces:
Serializable
Throw if data is not acceptable. This will cause the current HTTP request to fail.
The exception will be logged and a generic error will be reported back the client.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataIntegrityException
(String pMessage) DataIntegrityException
(String pMessage, Throwable pCause) DataIntegrityException
(Throwable pCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataIntegrityException
-
DataIntegrityException
-
DataIntegrityException
-