Searched refs:secondException (Results 1 – 2 of 2) sorted by relevance
34 IOException secondException = new IOException(); in getConnectionIOException_multiple() local37 re.addConnectException(secondException); in getConnectionIOException_multiple()43 assertSame(secondException, thirdSuppressedExceptions[0]); in getConnectionIOException_multiple()45 Throwable[] secondSuppressedException = secondException.getSuppressed(); in getConnectionIOException_multiple()
1201 Throwable secondException = null;1213 secondException = e.getCause();1225 errors.addAll(((ProvisionException) secondException).getErrorMessages());