Class ProcessFlowNotFoundException

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

public class ProcessFlowNotFoundException extends AbstractCheckedException
Thrown when the specified process flow is not found or the user does not have access to the process flow.
See Also:
  • Constructor Details

    • ProcessFlowNotFoundException

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