public class HTTPClientException
extends java.lang.RuntimeException
HTTPClient,
Serialized Form| Constructor and Description |
|---|
HTTPClientException()
Constructs a HTTPClientException with no detail message.
|
HTTPClientException(java.lang.String s)
Constructs a HTTPClientException with the specified detail message.
|
HTTPClientException(java.lang.String message,
java.lang.Throwable cause)
Creates a HTTPClientException with the specified detail message and cause.
|
HTTPClientException(java.lang.Throwable cause)
Creates a HTTPClientException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
|
public HTTPClientException()
public HTTPClientException(java.lang.String s)
s - the detail messagepublic HTTPClientException(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 HTTPClientException(java.lang.Throwable cause)
cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown