Class ProcessDefinitionStateException

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

public class ProcessDefinitionStateException extends AbstractCheckedException
Thrown when the specified process flow definition state cannot be changed.
Since:
2.2
See Also:
  • Constructor Details

    • ProcessDefinitionStateException

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