| org.apache.commons.httpclient.ConnectTimeoutException org.apache.commons.httpclient.ConnectionPoolTimeoutException
ConnectionPoolTimeoutException | public class ConnectionPoolTimeoutException extends ConnectTimeoutException (Code) | | A timeout while connecting waiting for an available connection
from an HttpConnectionManager.
author: Laura Werner since: 3.0 |
ConnectionPoolTimeoutException | public ConnectionPoolTimeoutException()(Code) | | Creates a ConnectTimeoutException with a null detail message.
|
ConnectionPoolTimeoutException | public ConnectionPoolTimeoutException(String message)(Code) | | Creates a ConnectTimeoutException with the specified detail message.
Parameters: message - The exception detail message |
ConnectionPoolTimeoutException | public ConnectionPoolTimeoutException(String message, Throwable cause)(Code) | | Creates a new ConnectTimeoutException with the specified detail message and cause.
Parameters: message - the exception detail message Parameters: cause - the Throwable that caused this exception, or nullif the cause is unavailable, unknown, or not a Throwable |
|
|