public class HttpClientCommunicationException
extends java.io.IOException
HttpClient. It holds ResponseHolder instance so
that it could provide additional information on the problem encountered.| Constructor and Description |
|---|
HttpClientCommunicationException() |
HttpClientCommunicationException(java.io.IOException ioe) |
HttpClientCommunicationException(ResponseHolder responseHolder) |
HttpClientCommunicationException(java.lang.String message) |
HttpClientCommunicationException(java.lang.String message,
ResponseHolder responseHolder) |
HttpClientCommunicationException(java.lang.String message,
java.lang.Throwable cause) |
HttpClientCommunicationException(java.lang.String message,
java.lang.Throwable cause,
ResponseHolder responseHolder) |
HttpClientCommunicationException(java.lang.Throwable cause) |
HttpClientCommunicationException(java.lang.Throwable cause,
ResponseHolder responseHolder) |
| Modifier and Type | Method and Description |
|---|---|
ResponseHolder |
getResponseHolder() |
void |
setResponseHolder(ResponseHolder responseHolder) |
public HttpClientCommunicationException()
public HttpClientCommunicationException(java.io.IOException ioe)
public HttpClientCommunicationException(java.lang.String message)
public HttpClientCommunicationException(java.lang.String message,
java.lang.Throwable cause)
public HttpClientCommunicationException(java.lang.Throwable cause)
public HttpClientCommunicationException(ResponseHolder responseHolder)
public HttpClientCommunicationException(java.lang.String message,
ResponseHolder responseHolder)
public HttpClientCommunicationException(java.lang.String message,
java.lang.Throwable cause,
ResponseHolder responseHolder)
public HttpClientCommunicationException(java.lang.Throwable cause,
ResponseHolder responseHolder)
public ResponseHolder getResponseHolder()
public void setResponseHolder(ResponseHolder responseHolder)