Searched refs:WrapperException (Results 1 – 2 of 2) sorted by relevance
56 if (!super.setException(new WrapperException(checkNotNull(e)))) { in complete()62 if (!super.setException(new WrapperException(checkNotNull(e)))) { in complete()67 private static final class WrapperException extends Exception { class in UncheckedThrowingFuture68 WrapperException(Throwable t) { in WrapperException() method in UncheckedThrowingFuture.WrapperException75 if (wrapper instanceof WrapperException) { in rethrow()