FutureTask
, cannot be retrieved because the task
was cancelled.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | CancellationException(String
the detail message message)Constructs a |
pack-priv | CancellationException(String
the detail message message, CancellationException the underlying cancellation exception cause)Only intended for in-package usage. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
CancellationException | back to summary |
---|---|
public CancellationException() Constructs a |
CancellationException | back to summary |
---|---|
public CancellationException(String message) Constructs a
|
CancellationException | back to summary |
---|---|
pack-priv CancellationException(String message, CancellationException cause) Only intended for in-package usage.
Constructs a
|