com.progress.open4gl
Class ConnectProxyAuthException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.progress.common.exception.ProException
                    |
                    +--com.progress.open4gl.Open4GLException
                          |
                          +--com.progress.open4gl.ConnectException
                                |
                                +--com.progress.open4gl.ConnectProxyAuthException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, java.io.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:
Serialized Form

Constructor Summary
ConnectProxyAuthException(long id, java.lang.Object[] args)
           
ConnectProxyAuthException(java.lang.String s)
           
ConnectProxyAuthException(java.lang.String s, java.lang.Object[] args)
           
 
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectProxyAuthException

public ConnectProxyAuthException(long id,
                                 java.lang.Object[] args)

ConnectProxyAuthException

public ConnectProxyAuthException(java.lang.String s)

ConnectProxyAuthException

public ConnectProxyAuthException(java.lang.String s,
                                 java.lang.Object[] args)