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:
Serializable
Workflow exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowException(String message) Constructs a new WorkflowException.WorkflowException(String message, Exception e) Constructs a new WorkflowException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowException
Constructs a new WorkflowException.- Parameters:
message- exception message
-
WorkflowException
Constructs a new WorkflowException.- Parameters:
message- exception messagee- exception cause
-