Class WorkflowUpdateTimeoutOrCancelledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WorkflowUpdateTimeoutOrCancelledException
    extends WorkflowServiceException
    Error that occurs when an update call times out or is cancelled.

    Note, this is not related to any general concept of timing out or cancelling a running update, this is only related to the client call itself.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowUpdateTimeoutOrCancelledException​(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String updateId, java.lang.String updateName, java.lang.Throwable cause)  
    • 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

      • WorkflowUpdateTimeoutOrCancelledException

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