Package com.tailf.dp
Class DpCallbackException
Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.dp.DpException
com.tailf.dp.DpCallbackException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DpCallbackExtendedException
,DpCallbackWarningException
Exception thrown from inside callbacks to identify problems.
Care should be taken to set reasonable ErrorCodes for new exceptions
- See Also:
-
Constructor Summary
ConstructorDescriptionDpCallbackException
(String msg, ErrorCode code) DpCallbackException
(String msg, ErrorCode code, Throwable cause) DpCallbackException
(String msg, Throwable cause) DpCallbackException
(Throwable cause) -
Method Summary
Methods inherited from class com.tailf.dp.DpException
mk
Methods inherited from class com.tailf.conf.ConfException
getErrorCode, getOpaque, mk
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DpCallbackException
-
DpCallbackException
-
DpCallbackException
-
DpCallbackException
-
DpCallbackException
-