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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCancellationException.java46 public class CancellationException extends IllegalStateException { class in inherits:IllegalStateException
50 * Constructs a {@code CancellationException} with no detail message.
52 public CancellationException() {} method in class:CancellationException
55 * Constructs a {@code CancellationException} with the specified detail
60 public CancellationException(String message) { method in class:CancellationException

Completed in 38 milliseconds