public class DpException extends ConfException
| Constructor and Description |
|---|
DpException(String msg) |
DpException(String msg,
ErrorCode code,
Throwable cause) |
DpException(String msg,
int codeInteger,
Throwable cause) |
DpException(String msg,
Throwable cause) |
DpException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static ConfException |
mk(ConfResponse r) |
getErrorCode, getOpaque, mkfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DpException(String msg)
public DpException(Throwable cause)
public static ConfException mk(ConfResponse r)