Searched refs:firstException (Results 1 – 7 of 7) sorted by relevance
27 IOException firstException = new IOException(); in getConnectionIOException_single() local28 RouteException re = new RouteException(firstException); in getConnectionIOException_single()29 assertSame(firstException, re.getLastConnectException()); in getConnectionIOException_single()33 IOException firstException = new IOException(); in getConnectionIOException_multiple() local36 RouteException re = new RouteException(firstException); in getConnectionIOException_multiple()46 assertSame(firstException, secondSuppressedException[0]); in getConnectionIOException_multiple()
108 PotentialDeadlockException firstException = null; in testDeadlock_twoLocks() local115 firstException = expected; in testDeadlock_twoLocks()125 assertSame(firstException.getCause(), expected.getCause()); in testDeadlock_twoLocks()
1117 Throwable firstException = null;1124 firstException = e.getCause();1140 assertEquals(firstException.getClass(), ProvisionException.class);1145 firstException.getMessage(), secondException.getMessage(), thirdException.getMessage())
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...