Class ProcessFlowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.workflow.processflow.ProcessFlowException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ProcessFlowContextNotFoundException
public class ProcessFlowException extends AbstractCheckedException
Thrown when an issue occurs during process flow execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessFlowException(java.lang.String message)
Constructs aProcessFlowException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ProcessFlowException
public ProcessFlowException(java.lang.String message)
Constructs aProcessFlowException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-