Class UnauthorizedException

    • Constructor Detail

      • UnauthorizedException

        public UnauthorizedException​(String message)
        Constructs an UnauthorizedException with the specified detail message.
      • UnauthorizedException

        public UnauthorizedException​(List<String> messages)
        Constructs an UnauthorizedException with the specified detail messages.
      • UnauthorizedException

        public UnauthorizedException​(Throwable cause)
        Constructs an UnauthorizedException with the specified cause.
      • UnauthorizedException

        public UnauthorizedException​(String message,
                                     Throwable cause)
        Constructs an UnauthorizedException with the specified detail message and cause.
      • UnauthorizedException

        public UnauthorizedException​(List<String> messages,
                                     Throwable cause)
        Constructs an UnauthorizedException with the specified detail messages and cause.