public class CancellationException
extends java.lang.IllegalStateException
| 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()
CancellationException with no detail message.public CancellationException(java.lang.String message)
CancellationException with the specified detail message.message - the detail message