| Exception Thrown By: | Cause | |
| Class | Method | |
| CompletableFuture | public T join() | if the computation was cancelled |
| CompletableFuture | public T getNow(T valueIfAbsent) | if the computation was cancelled |
| ForkJoinTask | public final V get() | if the computation was cancelled |
| FutureTask | public V get() | if the computation was cancelled |