public class HTTPClientException
extends java.lang.Exception
| Constructor and Description |
|---|
HTTPClientException() |
HTTPClientException(java.lang.String message) |
HTTPClientException(java.lang.String message,
wslite.http.HTTPRequest request,
wslite.http.HTTPResponse response) |
HTTPClientException(java.lang.String message,
java.lang.Throwable cause) |
HTTPClientException(java.lang.String message,
java.lang.Throwable cause,
wslite.http.HTTPRequest httpRequest,
wslite.http.HTTPResponse httpResponse) |
HTTPClientException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
wslite.http.HTTPRequest |
getRequest() |
wslite.http.HTTPResponse |
getResponse() |
public HTTPClientException()
public HTTPClientException(java.lang.String message)
public HTTPClientException(java.lang.String message,
java.lang.Throwable cause)
public HTTPClientException(java.lang.Throwable cause)
public HTTPClientException(java.lang.String message,
wslite.http.HTTPRequest request,
wslite.http.HTTPResponse response)
public HTTPClientException(java.lang.String message,
java.lang.Throwable cause,
wslite.http.HTTPRequest httpRequest,
wslite.http.HTTPResponse httpResponse)