java.util.concurrent
Class CancellationException
- Serializable
Exception indicating that the result of a value-producing task,
such as a
FutureTask, cannot be retrieved because the task
was cancelled.
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancellationException
public CancellationException()
Constructs a CancellationException with no detail message.
CancellationException
public CancellationException(String message)
Constructs a CancellationException with the specified detail
message.
message - the detail message