|
|||||||||
| 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.commons.httpclient.ConnectTimeoutException
public class ConnectTimeoutException
A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
| Field Summary |
|---|
| Fields inherited from class java.io.InterruptedIOException |
|---|
bytesTransferred |
| Constructor Summary | |
|---|---|
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. |
|
| 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 ConnectTimeoutException()
public ConnectTimeoutException(java.lang.String message)
message - The exception detail message
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||