org.apache.commons.httpclient
Class HttpConnection.ConnectionTimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.apache.commons.httpclient.HttpConnection.ConnectionTimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
HttpConnection

public class HttpConnection.ConnectionTimeoutException
extends IOException

Signals that a timeout occured while opening the socket.

See Also:
Serialized Form

Constructor Summary
HttpConnection.ConnectionTimeoutException()
          Create an instance
 
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

HttpConnection.ConnectionTimeoutException

public HttpConnection.ConnectionTimeoutException()
Create an instance



Copyright (c) 1999-2002 - Apache Software Foundation