org.apache.http.conn.ConnectionPoolTimeoutException
A timeout while waiting for an available connection
from a connection manager.
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
ConnectionPoolTimeoutException()
Creates a ConnectTimeoutException with a null detail message.
public
ConnectionPoolTimeoutException(String message)
Creates a ConnectTimeoutException with the specified detail message.
Parameters
message
| The exception detail message
|