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()
1118 Throwable secondException = null;1130 secondException = e.getCause();1141 assertEquals(secondException.getClass(), ProvisionException.class);1145 firstException.getMessage(), secondException.getMessage(), thirdException.getMessage())