Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteException.java27 private static final Method addSuppressedExceptionMethod; field in RouteException
35 addSuppressedExceptionMethod = m;
54 if (addSuppressedExceptionMethod != null) { in addSuppressedIfPossible()
56 addSuppressedExceptionMethod.invoke(e, suppressed); in addSuppressedIfPossible()