public class MaapiException extends ConfException
| Constructor and Description | 
|---|
MaapiException(String msg)  | 
MaapiException(String msg,
              ErrorCode code)  | 
MaapiException(String msg,
              ErrorCode code,
              Throwable cause)  | 
MaapiException(String msg,
              int codeInteger)  | 
MaapiException(String msg,
              int codeInteger,
              Throwable cause)  | 
MaapiException(String msg,
              Throwable cause)  | 
| 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 MaapiException(String msg)
public MaapiException(String msg, int codeInteger)
public static ConfException mk(ConfResponse r)
public static ConfException mk(ConfResponse r, ConfPath path)