Home
last modified time | relevance | path

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

/external/aws-sdk-java-v2/http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/
DCrtUtils.java42 public static Throwable wrapWithIoExceptionIfRetryable(HttpException httpException) { in wrapWithIoExceptionIfRetryable()
56 HttpException httpException = (HttpException) throwable; in wrapConnectionFailureException() local
/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DFakeHttpLayer.java296 private HttpException httpException; field in FakeHttpLayer.RequestMatcherResponseRule
309 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule()