Class AuthorizationException

    • Field Detail

      • serialVersionUID

        public static final long serialVersionUID
        Serial Version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthorizationException

        public AuthorizationException​(String message)
        Creates a new AuthorizationException.
        Parameters:
        message - The exception message.
      • AuthorizationException

        public AuthorizationException​(String message,
                                      Throwable cause)
        Creates a new AuthorizationException.
        Parameters:
        message - The exception message.
        cause - The underlying cause.