public class UnexpectedResponseException extends RuntimeException
| Constructor and Description |
|---|
UnexpectedResponseException(Request request,
Response response) |
UnexpectedResponseException(String message,
Request request,
int statusCode,
String statusMessage,
com.google.common.collect.ListMultimap<String,String> headers) |
UnexpectedResponseException(String message,
Request request,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader(String name) |
com.google.common.collect.ListMultimap<String,String> |
getHeaders() |
int |
getStatusCode() |
String |
getStatusMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2010-2013 Airlift. All Rights Reserved.