org.apache.http.client
Class HttpResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.http.client.ClientProtocolException
                  extended by org.apache.http.client.HttpResponseException
All Implemented Interfaces:
Serializable

public class HttpResponseException
extends ClientProtocolException

Signals a non 2xx HTTP response.

Since:
4.0
See Also:
Serialized Form

Constructor Summary
HttpResponseException(int statusCode, String reasonPhrase)
           
 
Method Summary
 String getReasonPhrase()
           
 int getStatusCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpResponseException

public HttpResponseException(int statusCode,
                             String reasonPhrase)
Method Detail

getStatusCode

public int getStatusCode()

getReasonPhrase

public String getReasonPhrase()


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.