Class AuthorizationException

    • Constructor Detail

      • AuthorizationException

        public AuthorizationException()
        Creates a new AuthorizationException.
      • AuthorizationException

        public AuthorizationException​(String message)
        Constructs a new AuthorizationException.
        Parameters:
        message - the reason for the exception
      • AuthorizationException

        public AuthorizationException​(Throwable cause)
        Constructs a new AuthorizationException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • AuthorizationException

        public AuthorizationException​(String message,
                                      Throwable cause)
        Constructs a new AuthorizationException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.