Class HttpResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2021-05-27")
    public class HttpResponseException
    extends java.lang.RuntimeException
    Deprecated.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Response getResponse()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpResponseException

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

        public HttpResponseException​(java.lang.String message,
                                     Response response,
                                     java.lang.Throwable cause)
        Deprecated.
    • Method Detail

      • getResponse

        public Response getResponse()
        Deprecated.