Home
last modified time | relevance | path

Searched defs:httpException (Results 1 – 1 of 1) 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()