Class IntegrityException

    • Constructor Detail

      • IntegrityException

        public IntegrityException​(java.lang.String aMessage)
        Instantiates a new bug exception.
        Parameters:
        aMessage - the message
      • IntegrityException

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

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

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

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

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