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