public class CancellationException
extends java.lang.IllegalStateException
FutureTask
, cannot be retrieved because the task
was cancelled.Constructor and Description |
---|
CancellationException()
Constructs a CancellationException with no detail message.
|
CancellationException(java.lang.String message)
Constructs a CancellationException with the specified detail
message.
|
public CancellationException()
public CancellationException(java.lang.String message)
message
- the detail message