Class ProcessFlowElementSetupNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.workflow.processflow.setup.ProcessFlowElementSetupNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessFlowElementSetupNotFoundException extends AbstractCheckedException
Thrown when the element setup for the process flow is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessFlowElementSetupNotFoundException(java.lang.String message)
Constructs aProcessFlowElementSetupNotFoundException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ProcessFlowElementSetupNotFoundException
public ProcessFlowElementSetupNotFoundException(java.lang.String message)
Constructs aProcessFlowElementSetupNotFoundException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-