Package io.temporal.client
Class WorkflowUpdateTimeoutOrCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- io.temporal.client.WorkflowException
-
- io.temporal.client.WorkflowServiceException
-
- io.temporal.client.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 io.temporal.client.WorkflowException
getExecution, getWorkflowType
-
-