Searched defs:completeExceptionally (Results 1 – 4 of 4) sorted by relevance
68 public boolean completeExceptionally(java.lang.Throwable ex) { throw new RuntimeException("Stub!");… in completeExceptionally() method in CompletableFuture
930 public void completeExceptionally(Throwable ex) { in completeExceptionally() method in ForkJoinTask
2135 public boolean completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletableFuture2905 @Override public boolean completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletableFuture.MinimalStage
77 public void completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletionStageTest.BaseStage