Class WorkflowNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WorkflowNotFoundException
    extends WorkflowException
    Thrown when workflow with the given id is not known to the cadence service. It could be because id is not correct or workflow was purged from the service after reaching its retention limit.
    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

      • WorkflowNotFoundException

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