Searched defs:FailFuture (Results 1 – 2 of 2) sorted by relevance
1130 class FailFuture extends InternalFutureFailureAccess implements ListenableFuture<String> { in testForwardExceptionFastPath() class1133 FailFuture(Throwable throwable) { in testForwardExceptionFastPath() method in AbstractFutureTest.FailFuture