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
Enclosing class:
HttpConnection

public class HttpConnection.ConnectionTimeoutException
extends java.io.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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 © 2001-2004 Apache Software Foundation. All Rights Reserved.