Searched refs:withFailure (Results 1 – 5 of 5) sorted by relevance
51 static <V> CompletedFuture<V> withFailure(Throwable exc) { in withFailure() method in CompletedFuture62 return withFailure(exc); in withResult()
235 return CompletedFuture.withFailure(e); in read()368 return CompletedFuture.withFailure(e); in write()
278 return CompletedFuture.withFailure(e); in implAccept()
189 return CompletedFuture.withFailure(exc); in implLock()
318 return CompletedFuture.withFailure(e); in implConnect()