Class HttpResponseException

All Implemented Interfaces:
Serializable

public class HttpResponseException extends RuntimeException
See Also:
  • Constructor Details

    • HttpResponseException

      public HttpResponseException(String message, Response response)
    • HttpResponseException

      public HttpResponseException(String message, Response response, Throwable cause)
  • Method Details

    • getResponse

      public Response getResponse()