Searched refs:HttpResponseException (Results 1 – 2 of 2) sorted by relevance
40 import org.apache.http.client.HttpResponseException;68 throws HttpResponseException, IOException { in handleResponse()71 throw new HttpResponseException(statusLine.getStatusCode(), in handleResponse()
36 public class HttpResponseException extends ClientProtocolException { class42 public HttpResponseException(int statusCode, final String s) { in HttpResponseException() method in HttpResponseException