Package com.yworkflow.instance.error
Class WorkflowInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yworkflow.common.error.WorkflowException
com.yworkflow.instance.error.WorkflowInitializationException
- All Implemented Interfaces:
Serializable
Exception thrown when workflow instance initialization fails. InitializationException is used to
indicate that a workflow instance could not be properly initialized due to configuration errors,
missing dependencies, or other initialization problems.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowInitializationException(String message) Creates a new InitializationException with the specified detail 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
-
WorkflowInitializationException
Creates a new InitializationException with the specified detail message.- Parameters:
message- the detail message
-