Class SecurityException

    • Constructor Detail

      • SecurityException

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

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

        public SecurityException​(String message,
                                 Throwable cause)
        Instantiates a new security exception.
        Parameters:
        message - the message
        cause - the cause
      • SecurityException

        public SecurityException​(String message)
        Instantiates a new security exception.
        Parameters:
        message - the message
      • SecurityException

        public SecurityException​(Throwable aCause,
                                 String aErrorCode)
        Instantiates a new security exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • SecurityException

        public SecurityException​(Throwable cause)
        Instantiates a new security exception.
        Parameters:
        cause - the cause