|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
org.apache.http.conn.ConnectTimeoutException
org.apache.http.conn.ConnectionPoolTimeoutException
public class ConnectionPoolTimeoutException
A timeout while waiting for an available connection from a connection manager.
| Field Summary |
|---|
| Fields inherited from class java.io.InterruptedIOException |
|---|
bytesTransferred |
| Constructor Summary | |
|---|---|
ConnectionPoolTimeoutException()
Creates a ConnectTimeoutException with a null detail message. |
|
ConnectionPoolTimeoutException(java.lang.String message)
Creates a ConnectTimeoutException with the specified detail message. |
|
| Method Summary |
|---|
| 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 |
|---|
public ConnectionPoolTimeoutException()
public ConnectionPoolTimeoutException(java.lang.String message)
message - The exception detail message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||