public class CancelRuntimeException
extends java.lang.RuntimeException
CancelException,
but this one extends RuntimeException, so it need not be threaded through every API that
uses it.| Modifier | Constructor and Description |
|---|---|
|
CancelRuntimeException(java.lang.Exception cause) |
protected |
CancelRuntimeException(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
static CancelRuntimeException |
make(java.lang.String msg) |
protected CancelRuntimeException(java.lang.String msg)
public CancelRuntimeException(java.lang.Exception cause)
public static CancelRuntimeException make(java.lang.String msg)