Package com.tailf.proto
Class ConfEException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfEDecodeException
,ConfERangeException
Base class for the other Conf E exception classes.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfEException
(String msg) ConfEException
(String msg, Throwable cause) Provides a detailed message.ConfEException
(Throwable cause) Provides no message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfEException
Provides no message. -
ConfEException
Provides a detailed message. -
ConfEException
-