public class HttpResponseException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
HttpResponseException(java.lang.String message,
Response response) |
HttpResponseException(java.lang.String message,
Response response,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Response |
getResponse() |
private final Response response
public HttpResponseException(java.lang.String message,
Response response)
public HttpResponseException(java.lang.String message,
Response response,
java.lang.Throwable cause)
public Response getResponse()