public class CancelledException extends RuntimeException
| Constructor and Description |
|---|
CancelledException()
Creates a new
CanceledException. |
CancelledException(Throwable cause)
Creates a new
CanceledException with a cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CancelledException()
CanceledException.public CancelledException(Throwable cause)
CanceledException with a cause.cause - of the exception