Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DFakeHttpLayer.java279 private HttpException httpException; field in FakeHttpLayer.RequestMatcherResponseRule
292 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule() argument
294 this.httpException = httpException; in RequestMatcherResponseRule()
309 if (httpException != null) throw httpException; in getResponse()
/external/apache-http/src/org/apache/http/impl/client/
DAbstractHttpClient.java561 } catch(HttpException httpException) { in execute()
562 throw new ClientProtocolException(httpException); in execute()