public class NavuException extends ConfException
Constructor and Description |
---|
NavuException(ConfException e) |
NavuException(IOException e) |
NavuException(MaapiException e) |
NavuException(String msg) |
NavuException(String msg,
ConfException e) |
NavuException(String msg,
ErrorCode code,
Throwable cause) |
NavuException(String msg,
int codeInteger,
Throwable cause) |
NavuException(String msg,
Throwable cause) |
NavuException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ConfException |
mk(ConfResponse r) |
getErrorCode, getOpaque, mk
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NavuException(String msg, ConfException e)
msg
- a message describing the exception.public NavuException(String msg, ErrorCode code, Throwable cause)
msg
- a message describing the exception.code
- a code classifying the exception.public NavuException(String msg)
public NavuException(IOException e)
public NavuException(MaapiException e)
public NavuException(ConfException e)
public NavuException(Throwable cause)
public static ConfException mk(ConfResponse r)