Class AuthorizationException

    • Constructor Summary

      Constructors 
      Constructor Description
      AuthorizationException()
      Creates a new AuthorizationException.
       message)
      Constructs a new AuthorizationException.
       message,  cause)
      Constructs a new AuthorizationException.
       cause)
      Constructs a new AuthorizationException.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • AuthorizationException

        public AuthorizationException()
        Creates a new AuthorizationException.
      • AuthorizationException

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

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

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