Home
last modified time | relevance | path

Searched refs:HttpResponseException (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/impl/client/
DBasicResponseHandler.java40 import org.apache.http.client.HttpResponseException;
68 throws HttpResponseException, IOException { in handleResponse()
71 throw new HttpResponseException(statusLine.getStatusCode(), in handleResponse()
/external/apache-http/src/org/apache/http/client/
DHttpResponseException.java36 public class HttpResponseException extends ClientProtocolException { class
42 public HttpResponseException(int statusCode, final String s) { in HttpResponseException() method in HttpResponseException