Class WorkflowStateException

All Implemented Interfaces:
Serializable

public class WorkflowStateException extends WorkflowException
This exception is used if there is an error related to a WorkflowState
See Also:
  • Constructor Details

    • WorkflowStateException

      public WorkflowStateException()
      Constructs a new workflow state exception without a message or a cause.
    • WorkflowStateException

      public WorkflowStateException(String message)
      Constructs a new workflow state exception with a message.
      Parameters:
      message - the message describing the exception