Class HttpResponseException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class HttpResponseException extends RuntimeException
Deprecated.
See Also:
  • Constructor Details

    • HttpResponseException

      public HttpResponseException(String message, Response response)
      Deprecated.
    • HttpResponseException

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

    • getResponse

      public Response getResponse()
      Deprecated.