Class BaseWorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.workflow.common.exception.BaseWorkflowException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateWorkflowStepTypeNameException
,MissingRequiredWorkflowNameException
,MissingRequiredWorkflowStepNameException
,UnknownDefaultWorkflowDestinationException
,UnknownDefaultWorkflowEntranceException
,UnknownDefaultWorkflowException
,UnknownDefaultWorkflowStepException
,UnknownDefaultWorkflowStepTypeException
,UnknownDestinationWorkflowNameException
,UnknownDestinationWorkflowStepNameException
,UnknownEntranceWorkflowNameException
,UnknownEntranceWorkflowStepNameException
,UnknownWorkflowDestinationNameException
,UnknownWorkflowDestinationPartyTypeException
,UnknownWorkflowDestinationSecurityRoleException
,UnknownWorkflowDestinationSelectorException
,UnknownWorkflowDestinationStepException
,UnknownWorkflowEntityTypeException
,UnknownWorkflowEntranceNameException
,UnknownWorkflowEntrancePartyTypeException
,UnknownWorkflowEntranceSecurityRoleException
,UnknownWorkflowEntranceSelectorException
,UnknownWorkflowEntranceStepException
,UnknownWorkflowNameException
,UnknownWorkflowSelectorKindException
,UnknownWorkflowStepNameException
,UnknownWorkflowStepTypeNameException
,WorkflowMissingSecurityRoleGroupException
,WorkflowMissingSelectorTypeException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new instance of BaseWorkflowExceptionprotected
BaseWorkflowException
(Message message) Creates a new instance of BaseWorkflowExceptionprotected
BaseWorkflowException
(String message) Creates a new instance of BaseWorkflowExceptionprotected
BaseWorkflowException
(Throwable cause) Creates a new instance of BaseWorkflowException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseWorkflowException
protected BaseWorkflowException()Creates a new instance of BaseWorkflowException -
BaseWorkflowException
Creates a new instance of BaseWorkflowException -
BaseWorkflowException
Creates a new instance of BaseWorkflowException -
BaseWorkflowException
Creates a new instance of BaseWorkflowException
-