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

/libcore/luni/src/main/java/java/util/concurrent/
H A DCancellationException.java17 public class CancellationException extends IllegalStateException { class in inherits:IllegalStateException
21 * Constructs a <tt>CancellationException</tt> with no detail message.
23 public CancellationException() {} method in class:CancellationException
26 * Constructs a <tt>CancellationException</tt> with the specified detail
31 public CancellationException(String message) { method in class:CancellationException

Completed in 53 milliseconds