public class ConfException extends Exception
| Constructor and Description | 
|---|
ConfException(String msg)  | 
ConfException(String msg,
             ErrorCode code)  | 
ConfException(String msg,
             ErrorCode code,
             Throwable cause)  | 
ConfException(String msg,
             ErrorCode code,
             Throwable cause,
             Object o)  | 
ConfException(String msg,
             int codeInteger)  | 
ConfException(String msg,
             int codeInteger,
             Throwable cause)  | 
ConfException(String msg,
             Throwable cause)  | 
ConfException(Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
ErrorCode | 
getErrorCode()  | 
Object | 
getOpaque()  | 
static ConfException | 
mk(ConfResponse r)  | 
static ConfException | 
mk(ConfResponse r,
  ConfPath errPath)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfException(String msg)
public ConfException(Throwable cause)
public ConfException(String msg, int codeInteger)
public static ConfException mk(ConfResponse r)
public static ConfException mk(ConfResponse r, ConfPath errPath)
public ErrorCode getErrorCode()
public Object getOpaque()