Class UnauthorizedException

  • All Implemented Interfaces:
    Serializable

    public class UnauthorizedException
    extends RetrieveIssueException
    Exception is thrown when the request requires user authentication. Corresponds to HTTP error 401.
    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • UnauthorizedException

        public UnauthorizedException​(String message)
      • UnauthorizedException

        public UnauthorizedException​(String message,
                                     Throwable cause)