Class InvalidProcessFlowStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.workflow.processflow.InvalidProcessFlowStateException
All Implemented Interfaces:
Serializable

public class InvalidProcessFlowStateException extends AbstractCheckedException
Thrown when the process flow is in an invalid state to perform a specific action.
See Also:
  • Constructor Details

    • InvalidProcessFlowStateException

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