Class AuthorizationException

    • Constructor Detail

      • AuthorizationException

        public AuthorizationException​(int errorId,
                                      String msg)
        Create an exception with an error code that maps to GlobalErrIds and message text.
        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.