Class SecurityException

    • Constructor Detail

      • SecurityException

        public SecurityException​(int errorId,
                                 String msg)
        Create exception with error id and message.
        Parameters:
        errorId - see GlobalErrIds for list of valid error codes that can be set. Valid values between 0 & 100_000.
        msg - contains textual information including method of origin and description of the root cause.
      • SecurityException

        public SecurityException​(int errorId,
                                 String msg,
                                 Exception previousException)
        Create exception with error id, message and related exception.
        Parameters:
        errorId - see GlobalErrIds for list of valid error codes.
        msg - contains textual information including method of origin and description of the root cause.
        previousException - contains reference to related exception which usually is system related, i.e. ldap.