public class CancelledException
extends java.lang.RuntimeException
CancelledException is a subclass
of RuntimeException, this exception need not be declared
in throws clauses.| Constructor and Description |
|---|
CancelledException()
Creates an
CancelledException. |