Searched refs:httpException (Results 1 – 2 of 2) sorted by relevance
190 private HttpException httpException; field in FakeHttpLayer.RequestMatcherResponseRule203 … public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule() argument205 this.httpException = httpException; in RequestMatcherResponseRule()220 if (httpException != null) throw httpException; in getResponse()
561 } catch(HttpException httpException) { in execute()562 throw new ClientProtocolException(httpException); in execute()