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