Class SaWorkflowRefreshException

All Implemented Interfaces:
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 by Throwable.getCause() .
Author:
jsc
See Also:
  • Constructor Details

    • SaWorkflowRefreshException

      public SaWorkflowRefreshException(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.