Package com.tailf.maapi
Class MaapiException
Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.maapi.MaapiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MaapiMNsException
,MaapiWarningException
Exception raised from the maapi package
- See Also:
-
Constructor Summary
ConstructorDescriptionMaapiException
(String msg) MaapiException
(String msg, int codeInteger) MaapiException
(String msg, int codeInteger, Throwable cause) MaapiException
(String msg, ErrorCode code) MaapiException
(String msg, ErrorCode code, Throwable cause) MaapiException
(String msg, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfException
mk
(ConfResponse r) static ConfException
mk
(ConfResponse r, ConfPath path) Methods inherited from class com.tailf.conf.ConfException
getErrorCode, getOpaque
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaapiException
-
MaapiException
-
MaapiException
-
MaapiException
-
MaapiException
-
MaapiException
-
-
Method Details
-
mk
-
mk
-