Class AutoFlowSetupException

All Implemented Interfaces:
Serializable

public class AutoFlowSetupException extends AbstractCheckedException
Thrown when there is a set up issue that prevents the automatic creation of a process flow.
Since:
2.4
See Also:
  • Constructor Details

    • AutoFlowSetupException

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