Package io.airlift.http.client
Class UnexpectedResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.airlift.http.client.UnexpectedResponseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedResponseException(Request request, Response response) UnexpectedResponseException(String message, Request request, int statusCode, com.google.common.collect.ListMultimap<HeaderName, String> headers) UnexpectedResponseException(String message, Request request, Response response) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ListMultimap<HeaderName,String> getHeaders(String name) inttoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnexpectedResponseException
-
UnexpectedResponseException
-
UnexpectedResponseException
public UnexpectedResponseException(String message, Request request, int statusCode, com.google.common.collect.ListMultimap<HeaderName, String> headers)
-
-
Method Details