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