Class ProxyAuthorizationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProxyAuthorizationException
    extends RetrieveIssueException
    Similar to UnauthorizedException this exception indicated an authorization problem particularly with the proxy server. Corresponds to HTTP error 407.
    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProxyAuthorizationException

        public ProxyAuthorizationException​(java.lang.String message)