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)
      Instantiates a new bug exception.
      Parameters:
      aMessage - the message
    • IntegrityException

      public IntegrityException(String message, Throwable cause)
      Instantiates a new bug exception.
      Parameters:
      message - the message
      cause - the cause
    • IntegrityException

      public IntegrityException(Throwable cause)
      Instantiates a new bug exception.
      Parameters:
      cause - the cause
    • IntegrityException

      public IntegrityException(String aMessage, String aErrorCode)
      Instantiates a new bug exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • IntegrityException

      public IntegrityException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new bug exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • IntegrityException

      public IntegrityException(Throwable aCause, String aErrorCode)
      Instantiates a new bug exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code