Searched refs:firstException (Results 1 – 6 of 6) 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()
54 private Throwable firstException; field in GrpcCleanupRule127 firstException = t; in apply()139 if (firstException != null) { in apply()140 throw firstException; in apply()152 if (firstException == null) {159 if (firstException != null) {168 firstException = new AssertionError(173 firstException = e;176 if (firstException != null) {
103 PotentialDeadlockException firstException = null; in testDeadlock_twoLocks() local110 firstException = expected; in testDeadlock_twoLocks()120 assertSame(firstException.getCause(), expected.getCause()); in testDeadlock_twoLocks()
117 boolean firstException = true; in emit()119 if (!firstException) codeWriter.emit(","); in emit()121 firstException = false; in emit()
1200 Throwable firstException = null;1207 firstException = e.getCause();1224 errors.addAll(((ProvisionException) firstException).getErrorMessages());