Home | History | Annotate | Download | only in concurrent

Lines Matching defs:CancellationException

16 import java.util.concurrent.CancellationException;
95 * returns a {@link java.util.concurrent.CancellationException}); and
99 * {@link java.util.concurrent.CancellationException}.
566 throw new CancellationException();
776 * {@code CancellationException}.
840 * {@code CancellationException} if cancelled, or {@code null} if
848 (s == CANCELLED) ? new CancellationException() :
900 * @throws CancellationException if the computation was cancelled
911 throw new CancellationException();
924 * @throws CancellationException if the computation was cancelled
961 throw new CancellationException();