public class CancelException extends Exception
CancelRuntimeException to avoid the need to declare a cancel exception.| Modifier | Constructor and Description |
|---|---|
|
CancelException(Exception cause) |
protected |
CancelException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
static CancelException |
make(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected CancelException(String msg)
public CancelException(Exception cause)
public static CancelException make(String msg)