Class DataIntegrityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.form.nitro.service.data.integrity.DataIntegrityException
All Implemented Interfaces:
Serializable

public class DataIntegrityException extends Exception
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 Details

    • DataIntegrityException

      public DataIntegrityException(String pMessage, Throwable pCause)
    • DataIntegrityException

      public DataIntegrityException(String pMessage)
    • DataIntegrityException

      public DataIntegrityException(Throwable pCause)