Package com.saperion.ngc.exception
Class WorkflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ngc.exception.NgcException
-
- com.saperion.ngc.exception.WorkflowException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowException extends NgcException
Workflow exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowException(java.lang.String message)
Constructs a new WorkflowException.WorkflowException(java.lang.String message, java.lang.Exception e)
Constructs a new WorkflowException.
-
-
-
Constructor Detail
-
WorkflowException
public WorkflowException(java.lang.String message)
Constructs a new WorkflowException.- Parameters:
message
- exception message
-
WorkflowException
public WorkflowException(java.lang.String message, java.lang.Exception e)
Constructs a new WorkflowException.- Parameters:
message
- exception messagee
- exception cause
-
-