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, getOpaqueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CdbException(String msg)
public CdbException(Throwable t)
public CdbException(String msg, int codeInteger)
public static ConfException mk(ConfResponse r)
public static ConfException mk(ConfResponse r, ConfPath path)