org.jcoderz.commons.connector.http.transport
Class HttpConnectConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jcoderz.commons.connector.http.transport.HttpConnectionException
              extended by org.jcoderz.commons.connector.http.transport.HttpConnectConnectionException
All Implemented Interfaces:
Serializable

public class HttpConnectConnectionException
extends HttpConnectionException

HttpConnectionException indicates a timout on HTTP level.

See Also:
Serialized Form

Constructor Summary
HttpConnectConnectionException(String message, Throwable cause)
          Constructor.
HttpConnectConnectionException(Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class org.jcoderz.commons.connector.http.transport.HttpConnectionException
getHttpMessage, getStatusCode, getStatusReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

HttpConnectConnectionException

public HttpConnectConnectionException(Throwable cause)
Constructor.

Parameters:
cause - the root cause of problem

HttpConnectConnectionException

public HttpConnectConnectionException(String message,
                                      Throwable cause)
Constructor.

Parameters:
message - describing the HTTP error
cause - the root cause of problem


Copyright 2007 The jCoderZ Project.