Searched refs:thirdSuppressedExceptions (Results 1 – 1 of 1) sorted by relevance
42 Throwable[] thirdSuppressedExceptions = thirdException.getSuppressed(); in getConnectionIOException_multiple() local43 assertSame(secondException, thirdSuppressedExceptions[0]); in getConnectionIOException_multiple()