Searched defs:completeExceptionally (Results 1 - 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DForkJoinTask8Test.java247 super.completeExceptionally(ex);
252 completeExceptionally(new FJException());
272 p.completeExceptionally(rex);
279 public final void completeExceptionally(Throwable ex) { method in class:ForkJoinTask8Test.BinaryAsyncAction
284 s.completeExceptionally(ex);
373 completeExceptionally(new FJException());
752 * invoke task throws exception after invoking completeExceptionally
764 f.completeExceptionally(new FJException());
H A DForkJoinTaskTest.java260 super.completeExceptionally(ex);
265 completeExceptionally(new FJException());
284 p.completeExceptionally(rex);
291 public final void completeExceptionally(Throwable ex) { method in class:ForkJoinTaskTest.BinaryAsyncAction
296 s.completeExceptionally(ex);
384 completeExceptionally(new FJException());
765 * invoke task throws exception after invoking completeExceptionally
771 f.completeExceptionally(new FJException());
783 * completeExceptionally(null) surprisingly has the same effect as
784 * completeExceptionally(ne
[all...]
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java871 * invoke {@link #completeExceptionally(Throwable)}.
939 public void completeExceptionally(Throwable ex) { method in class:ForkJoinTask
H A DCompletableFuture.java53 * {@link #completeExceptionally completeExceptionally}, or
92 * {@code completeExceptionally(new CancellationException())}. Method
2000 public boolean completeExceptionally(Throwable ex) { method in class:CompletableFuture
2313 * completeExceptionally}, and abrupt termination of a
2699 /** Action to completeExceptionally on timeout */
2705 f.completeExceptionally(new TimeoutException());
2748 @Override public boolean completeExceptionally(Throwable ex) { method in class:CompletableFuture.MinimalStage

Completed in 150 milliseconds