Class WorkflowAlreadyCompletedException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WorkflowAlreadyCompletedException
    extends WorkflowException
    Thrown when workflow already completed its execution and when the client is trying to run an operation on the workflow like signal, terminate, cancel, poll etc.
    See Also:
    Serialized Form
    • 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

      • WorkflowAlreadyCompletedException

        public WorkflowAlreadyCompletedException​(WorkflowExecution execution,
                                                 java.util.Optional<java.lang.String> workflowType,
                                                 java.lang.String message)