com.progress.open4gl
Class ConnectHttpAuthException

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.ConnectHttpAuthException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, java.io.Serializable

public class ConnectHttpAuthException
extends ConnectException

The ConnectHttpAuthException is derived from the ConnectException class and is thrown when a HTTP protocol error #401 is returned from an HTTP server. Error 401 indicates that the HTTP server requires authentication before it can serve the requested file-path. It can result from requiring authentication and not receiving any client credentials or client credentials were supplied but were not correct.

See Also:
Serialized Form

Constructor Summary
ConnectHttpAuthException(long id, java.lang.Object[] args)
           
ConnectHttpAuthException(java.lang.String s)
           
ConnectHttpAuthException(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

ConnectHttpAuthException

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

ConnectHttpAuthException

public ConnectHttpAuthException(java.lang.String s)

ConnectHttpAuthException

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