Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteExceptionTest.java34 IOException secondException = new IOException(); in getConnectionIOException_multiple() local
37 re.addConnectException(secondException); in getConnectionIOException_multiple()
43 assertSame(secondException, thirdSuppressedExceptions[0]); in getConnectionIOException_multiple()
45 Throwable[] secondSuppressedException = secondException.getSuppressed(); in getConnectionIOException_multiple()
/external/guice/core/test/com/google/inject/
DScopesTest.java1201 Throwable secondException = null;
1213 secondException = e.getCause();
1225 errors.addAll(((ProvisionException) secondException).getErrorMessages());