Class UnexpectedResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.airlift.http.client.UnexpectedResponseException
All Implemented Interfaces:
Serializable

public class UnexpectedResponseException extends RuntimeException
See Also:
  • Constructor Details

    • UnexpectedResponseException

      public UnexpectedResponseException(Request request, Response response)
    • UnexpectedResponseException

      public UnexpectedResponseException(String message, Request request, Response response)
    • UnexpectedResponseException

      public UnexpectedResponseException(String message, Request request, int statusCode, com.google.common.collect.ListMultimap<HeaderName,String> headers)
  • Method Details