Class 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 by Throwable.getCause() .
    Author:
    jsc
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWorkflowRefreshException​(java.lang.Throwable cause)
      Constructs 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.