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 Temporal 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
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowNotFoundException​(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String workflowType)  
    • 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​(io.temporal.api.common.v1.WorkflowExecution execution,
                                         java.lang.String workflowType)