org.apache.http.conn.ConnectTimeoutException
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager.
Known Direct Subclasses
Summary
public |
|
|
int |
bytesTransferred |
The number of bytes transferred before the IO interrupt occurred. |
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ConnectTimeoutException()
Creates a ConnectTimeoutException with a null detail message.
public
ConnectTimeoutException(String message)
Creates a ConnectTimeoutException with the specified detail message.
Parameters
message
| The exception detail message
|