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

@Immutable
public class HttpResponseException
extends ClientProtocolException

Signals a non 2xx HTTP response.

Since:
4.0
See Also:
Serialized Form

Constructor Summary
HttpResponseException(int statusCode, String s)
           
 
Method Summary
 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 s)
Method Detail

getStatusCode

public int getStatusCode()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.