java.io.Serializablepublic class CancelException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
CancelException() |
Constructs a new exception without detail message.
|
CancelException(java.lang.String message) |
Constructs a new exception with the specified detail message.
|