Class UnauthorizedException

    • Constructor Detail

      • UnauthorizedException

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

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

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