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:
java.io.Serializable
public class SaWorkflowRefreshException extends SaWorkflowException
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 byThrowable.getCause()
.- Author:
- jsc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaWorkflowRefreshException(java.lang.Throwable cause)
Constructs a new SaWorkflowRefreshException.
-
-
-
Constructor Detail
-
SaWorkflowRefreshException
public SaWorkflowRefreshException(java.lang.Throwable cause)
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.
-
-