Class WorkflowUpdateException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WorkflowUpdateException
    extends WorkflowException
    Exception used to communicate failure of an update workflow execution request to an external workflow.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowUpdateException​(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String updateId, java.lang.String updateName, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String GetUpdateId()  
      java.lang.String GetUpdateName()  
      • 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

      • WorkflowUpdateException

        public WorkflowUpdateException​(io.temporal.api.common.v1.WorkflowExecution execution,
                                       java.lang.String updateId,
                                       java.lang.String updateName,
                                       java.lang.Throwable cause)
    • Method Detail

      • GetUpdateId

        public java.lang.String GetUpdateId()
      • GetUpdateName

        public java.lang.String GetUpdateName()