Searched refs:thirdException (Results 1 – 2 of 2) sorted by relevance
35 IOException thirdException = new IOException(); in getConnectionIOException_multiple() local38 re.addConnectException(thirdException); in getConnectionIOException_multiple()41 assertSame(thirdException, connectionIOException); in getConnectionIOException_multiple()42 Throwable[] thirdSuppressedExceptions = thirdException.getSuppressed(); in getConnectionIOException_multiple()
1119 Throwable thirdException = null;1136 thirdException = e.getCause();1142 assertEquals(thirdException.getClass(), ProvisionException.class);1145 firstException.getMessage(), secondException.getMessage(), thirdException.getMessage())