Class HttpResponseException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ResponseParseException

    public class HttpResponseException
    extends org.apache.http.client.HttpResponseException
    Wraps an error response in an exception for flow control purposes. That is, you can still inspect response headers, but in a catch( HttpResponseException ex ) { } block.
    Since:
    0.5
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpResponseDecorator getResponse()  
      • Methods inherited from class org.apache.http.client.HttpResponseException

        getReasonPhrase, getStatusCode
      • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait