Package com.tailf.conf
Class ConfException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CdbException
,ConfBadTermException
,ConfWarningException
,DpException
,HaException
,MaapiException
,NavuException
,NcsException
,NotifException
Exception base class. Capable of formatting protocol errors into exceptions.
This is also baseclass for all other exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfException
(String msg) ConfException
(String msg, int codeInteger) ConfException
(String msg, int codeInteger, Throwable cause) ConfException
(String msg, ErrorCode code) ConfException
(String msg, ErrorCode code, Throwable cause) ConfException
(String msg, ErrorCode code, Throwable cause, Object o) ConfException
(String msg, Throwable cause) ConfException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfException
mk
(ConfResponse r) static ConfException
mk
(ConfResponse r, ConfPath errPath) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfException
-
ConfException
-
ConfException
-
ConfException
-
ConfException
-
ConfException
-
ConfException
-
ConfException
-
-
Method Details
-
mk
-
mk
-
getErrorCode
-
getOpaque
-