public class CancelRuntimeException extends RuntimeException
CancelException
, but this one extends
RuntimeException
, so it need not be threaded through every API that uses it.Modifier | Constructor and Description |
---|---|
|
CancelRuntimeException(Exception cause) |
protected |
CancelRuntimeException(String msg) |
Modifier and Type | Method and Description |
---|---|
static CancelRuntimeException |
make(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected CancelRuntimeException(String msg)
public CancelRuntimeException(Exception cause)
public static CancelRuntimeException make(String msg)