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