edu.emory.mathcs.backport.java.util.concurrent
public class CancellationException extends IllegalStateException
Since: 1.5
| Constructor Summary | |
|---|---|
| CancellationException()
Constructs a CancellationException with no detail message. | |
| CancellationException(String message)
Constructs a CancellationException with the specified detail
message.
| |
Parameters: message the detail message