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