Class WorkflowInitializationException

All Implemented Interfaces:
Serializable

public class WorkflowInitializationException extends WorkflowException
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 Details

    • WorkflowInitializationException

      public WorkflowInitializationException(String message)
      Creates a new InitializationException with the specified detail message.
      Parameters:
      message - the detail message