Class ProcessDefinitionNotFoundException

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

public class ProcessDefinitionNotFoundException extends AbstractCheckedException
Thrown when the specified process flow definition is not found.
See Also:
  • Constructor Details

    • ProcessDefinitionNotFoundException

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