Package com.saperion.exception.wf
Class SaWorkflowRefreshException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.wf.SaWorkflowException
com.saperion.exception.wf.SaWorkflowRefreshException
- All Implemented Interfaces:
Serializable
Indicates that an exception occurred while refreshing a workflow. If this
exception occurred after an operation it is at least possible that the operation
itself was successful. The cause for this failure can be obtained
by
Throwable.getCause()
.- Author:
- jsc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new SaWorkflowRefreshException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaWorkflowRefreshException
Constructs a new SaWorkflowRefreshException.- Parameters:
cause
- The cause of the failing of the refresh. This has to be set since the only purpose of SaWorkflowException is to wrap an exception.
-