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()
1202 Throwable thirdException = null;1219 thirdException = e.getCause();1226 errors.addAll(((ProvisionException) thirdException).getErrorMessages());