public class HTTPTimeoutExceededException
extends java.io.IOException
| Constructor and Description |
|---|
HTTPTimeoutExceededException()
Constructs a HTTPTimeoutExceededException with no detail message.
|
HTTPTimeoutExceededException(java.lang.String s)
Constructs a HTTPTimeoutExceededException with the specified detail message.
|
HTTPTimeoutExceededException(java.lang.String message,
java.lang.Throwable cause)
Creates a HTTPTimeoutExceededException with the specified detail message and cause.
|
HTTPTimeoutExceededException(java.lang.Throwable cause)
Creates a HTTPTimeoutExceededException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
|
public HTTPTimeoutExceededException()
public HTTPTimeoutExceededException(java.lang.String s)
s - the detail messagepublic HTTPTimeoutExceededException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknownpublic HTTPTimeoutExceededException(java.lang.Throwable cause)
cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown