org.apache.commons.httpclient
public class ConnectTimeoutException extends java.io.InterruptedIOException
| Constructor and Description |
|---|
ConnectTimeoutException()
Creates a ConnectTimeoutException with a null detail message.
|
ConnectTimeoutException(java.lang.String message)
Creates a ConnectTimeoutException with the specified detail message.
|
ConnectTimeoutException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ConnectTimeoutException with the specified detail message and cause.
|
public ConnectTimeoutException()
public ConnectTimeoutException(java.lang.String message)
message - The exception detail messagepublic ConnectTimeoutException(java.lang.String message,
java.lang.Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a Throwable