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:
java.io.Serializable
public class ProcessDefinitionNotFoundException extends AbstractCheckedException
Thrown when the specified process flow definition is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionNotFoundException(java.lang.String message)
Constructs aProcessDefinitionNotFoundException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ProcessDefinitionNotFoundException
public ProcessDefinitionNotFoundException(java.lang.String message)
Constructs aProcessDefinitionNotFoundException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-