Class UnauthorizedException

    • Constructor Summary

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

      • Methods inherited from class java.lang.

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

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

      • UnauthorizedException

        public UnauthorizedException()
        Creates a new UnauthorizedException.
      • UnauthorizedException

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

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

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