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