Class ProcessFlowException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProcessFlowContextNotFoundException

public class ProcessFlowException extends AbstractCheckedException
Thrown when an issue occurs during process flow execution.
See Also:
  • Constructor Details

    • ProcessFlowException

      public ProcessFlowException(String message)
      Constructs a ProcessFlowException with the specified message.
      Parameters:
      message - The detailed message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).