Class ConnectProxyAuthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class ConnectProxyAuthException extends ConnectException
The ConnectProxyAuthException is derived from the ConnectException class and is thrown when a HTTP protocol error #407 is returned from an HTTP server. Error 407 indicates that the HTTP Proxy server requires authentication before it will forward the HTTP request to the target Web server.
See Also:
  • Constructor Details

    • ConnectProxyAuthException

      public ConnectProxyAuthException(String s)
    • ConnectProxyAuthException

      public ConnectProxyAuthException(String s, Object[] args)
    • ConnectProxyAuthException

      public ConnectProxyAuthException(Throwable t, long id, Object[] args)
    • ConnectProxyAuthException

      public ConnectProxyAuthException(long id, Object[] args)