Class ProcessFlowElementNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.workflow.processflow.ProcessFlowElementNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaskNotFoundException

public class ProcessFlowElementNotFoundException extends AbstractCheckedException
Thrown when the element for the process flow is not found.
See Also:
  • Constructor Details

    • ProcessFlowElementNotFoundException

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