ERROR - java.util.CancellationException - Possible Causes of CancellationException

Exception Thrown By:Cause
ClassMethod
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