Class BaseChainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.chain.common.exception.BaseChainException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownChainEntityRoleTypeNameException
,UnknownChainKindNameException
,UnknownChainTypeNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseChainExceptionprotected
BaseChainException
(Message message) Creates a new instance of BaseChainExceptionprotected
BaseChainException
(String message) Creates a new instance of BaseChainExceptionprotected
BaseChainException
(Throwable cause) Creates a new instance of BaseChainException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseChainException
protected BaseChainException()Creates a new instance of BaseChainException -
BaseChainException
Creates a new instance of BaseChainException -
BaseChainException
Creates a new instance of BaseChainException -
BaseChainException
Creates a new instance of BaseChainException
-