Class IntegrityException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap

public class IntegrityException extends AbstractRuntimeException
An integrity exception is thrown whenever the integrity of data may be violated.
See Also:
  • Constructor Details

    • IntegrityException

      public IntegrityException(String aMessage)
    • IntegrityException

      public IntegrityException(String aMessage, Throwable aCause)
    • IntegrityException

      public IntegrityException(Throwable aCause)
    • IntegrityException

      public IntegrityException(String aMessage, String aErrorCode)
    • IntegrityException

      public IntegrityException(String aMessage, Throwable aCause, String aErrorCode)
    • IntegrityException

      public IntegrityException(Throwable aCause, String aErrorCode)