Package com.tailf.cdb
Class CdbException
Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.cdb.CdbException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CdbExtendedException
Cdb package generic exception
- See Also:
-
Constructor Summary
ConstructorDescriptionCdbException
(String msg) CdbException
(String msg, int codeInteger) CdbException
(String msg, int codeInteger, Throwable cause) CdbException
(String msg, ErrorCode code) CdbException
(String msg, ErrorCode code, Throwable cause) CdbException
(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
-
CdbException
-
CdbException
-
CdbException
-
CdbException
-
CdbException
-
CdbException
-
CdbException
-
-
Method Details
-
mk
-
mk
-