Class WorkflowFactoryException

All Implemented Interfaces:
Serializable

public class WorkflowFactoryException extends WorkflowException
Exception thrown when workflow factory operations fail. WorkflowFactoryException is a specialized exception for errors that occur during workflow definition creation, loading, or management operations.
Since:
1.0
See Also:
  • Constructor Details

    • WorkflowFactoryException

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

      public WorkflowFactoryException(Exception cause)
      Creates a new WorkflowFactoryException with the specified cause.
      Parameters:
      cause - the cause of the exception
    • WorkflowFactoryException

      public WorkflowFactoryException(String message, Exception cause)
      Creates a new WorkflowFactoryException with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception