Serialized Form
-
Package io.temporal.client
-
Class io.temporal.client.ActivityCanceledException extends ActivityCompletionException implements Serializable
-
Class io.temporal.client.ActivityCompletionException extends TemporalException implements Serializable
-
Serialized Fields
-
activityId
java.lang.String activityId
-
activityType
java.lang.String activityType
-
runId
java.lang.String runId
-
workflowId
java.lang.String workflowId
-
-
-
Class io.temporal.client.ActivityCompletionFailureException extends ActivityCompletionException implements Serializable
-
Class io.temporal.client.ActivityNotExistsException extends ActivityCompletionException implements Serializable
-
Class io.temporal.client.ActivityWorkerShutdownException extends ActivityCompletionException implements Serializable
-
Class io.temporal.client.WorkflowException extends TemporalException implements Serializable
-
Serialized Fields
-
execution
io.temporal.api.common.v1.WorkflowExecution execution
-
workflowType
java.util.Optional<java.lang.String> workflowType
-
-
-
Class io.temporal.client.WorkflowExecutionAlreadyStarted extends WorkflowException implements Serializable
-
Class io.temporal.client.WorkflowFailedException extends WorkflowException implements Serializable
-
Serialized Fields
-
retryState
io.temporal.api.enums.v1.RetryState retryState
-
workflowCloseEventType
io.temporal.api.enums.v1.EventType workflowCloseEventType
-
workflowTaskCompletedEventId
long workflowTaskCompletedEventId
-
-
-
Class io.temporal.client.WorkflowNotFoundException extends WorkflowException implements Serializable
-
Class io.temporal.client.WorkflowQueryConditionallyRejectedException extends WorkflowQueryRejectedException implements Serializable
-
Serialized Fields
-
queryRejectCondition
io.temporal.api.enums.v1.QueryRejectCondition queryRejectCondition
-
workflowExecutionStatus
io.temporal.api.enums.v1.WorkflowExecutionStatus workflowExecutionStatus
-
-
-
Class io.temporal.client.WorkflowQueryException extends WorkflowException implements Serializable
-
Class io.temporal.client.WorkflowQueryRejectedException extends WorkflowQueryException implements Serializable
-
Class io.temporal.client.WorkflowServiceException extends WorkflowException implements Serializable
-
Class io.temporal.client.WorkflowUpdateException extends WorkflowException implements Serializable
-
Serialized Fields
-
updateId
java.lang.String updateId
-
updateName
java.lang.String updateName
-
-
-
-
Package io.temporal.client.schedules
-
Class io.temporal.client.schedules.ScheduleAlreadyRunningException extends TemporalException implements Serializable
-
Class io.temporal.client.schedules.ScheduleException extends TemporalException implements Serializable
-
-
Package io.temporal.common.converter
-
Class io.temporal.common.converter.DataConverterException extends java.lang.RuntimeException implements Serializable
-
-
Package io.temporal.failure
-
Class io.temporal.failure.ActivityFailure extends TemporalFailure implements Serializable
-
Serialized Fields
-
activityId
java.lang.String activityId
-
activityType
java.lang.String activityType
-
identity
java.lang.String identity
-
retryState
io.temporal.api.enums.v1.RetryState retryState
-
scheduledEventId
long scheduledEventId
-
startedEventId
long startedEventId
-
-
-
Class io.temporal.failure.ApplicationFailure extends TemporalFailure implements Serializable
-
Serialized Fields
-
details
Values details
-
nonRetryable
boolean nonRetryable
-
type
java.lang.String type
-
-
-
Class io.temporal.failure.CanceledFailure extends TemporalFailure implements Serializable
-
Serialized Fields
-
details
Values details
-
-
-
Class io.temporal.failure.ChildWorkflowFailure extends TemporalFailure implements Serializable
-
Serialized Fields
-
execution
io.temporal.api.common.v1.WorkflowExecution execution
-
initiatedEventId
long initiatedEventId
-
namespace
java.lang.String namespace
-
retryState
io.temporal.api.enums.v1.RetryState retryState
-
startedEventId
long startedEventId
-
workflowType
java.lang.String workflowType
-
-
-
Class io.temporal.failure.ServerFailure extends TemporalFailure implements Serializable
-
Serialized Fields
-
nonRetryable
boolean nonRetryable
-
-
-
Class io.temporal.failure.TemporalException extends java.lang.RuntimeException implements Serializable
-
Class io.temporal.failure.TemporalFailure extends TemporalException implements Serializable
-
Serialized Fields
-
failure
java.util.Optional<io.temporal.api.failure.v1.Failure> failure
-
originalMessage
java.lang.String originalMessage
-
-
-
Class io.temporal.failure.TerminatedFailure extends TemporalFailure implements Serializable
-
Class io.temporal.failure.TimeoutFailure extends TemporalFailure implements Serializable
-
Serialized Fields
-
lastHeartbeatDetails
Values lastHeartbeatDetails
-
timeoutType
io.temporal.api.enums.v1.TimeoutType timeoutType
-
-
-
-
Package io.temporal.internal.replay
-
Class io.temporal.internal.replay.ChildWorkflowTaskFailedException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
exception
ChildWorkflowFailure exception
-
originalCauseFailure
io.temporal.api.failure.v1.Failure originalCauseFailure
-
-
-
-
Package io.temporal.internal.statemachines
-
Class io.temporal.internal.statemachines.LocalActivityCallback.LocalActivityFailedException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
backoff
java.time.Duration backoff
If this is not null, code that processes this exception will schedule a workflow timer to continue retrying the execution -
failure
io.temporal.api.failure.v1.Failure failure
-
lastAttempt
int lastAttempt
-
-
-
Class io.temporal.internal.statemachines.UnsupportedVersion extends java.lang.Error implements Serializable
-
Class io.temporal.internal.statemachines.UnsupportedVersion.UnsupportedVersionException extends java.lang.RuntimeException implements Serializable
-
-
Package io.temporal.internal.sync
-
Class io.temporal.internal.sync.DestroyWorkflowThreadError extends java.lang.Error implements Serializable
-
Class io.temporal.internal.sync.PotentialDeadlockException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
detectionTimestamp
long detectionTimestamp
-
otherThreadsDump
java.lang.String otherThreadsDump
-
threadDumpTimestamp
long threadDumpTimestamp
-
triggerThreadStackTrace
java.lang.String triggerThreadStackTrace
-
workflowThreadContext
io.temporal.internal.sync.WorkflowThreadContext workflowThreadContext
-
-
-
Class io.temporal.internal.sync.ReadOnlyException extends java.lang.IllegalStateException implements Serializable
-
Class io.temporal.internal.sync.WorkflowRejectedExecutionError extends java.lang.Error implements Serializable
-
-
Package io.temporal.internal.worker
-
Class io.temporal.internal.worker.UnableToAcquireLockException extends java.lang.RuntimeException implements Serializable
-
Class io.temporal.internal.worker.WorkflowExecutionException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
failure
io.temporal.api.failure.v1.Failure failure
-
-
-
-
Package io.temporal.payload.codec
-
Class io.temporal.payload.codec.PayloadCodecException extends java.lang.RuntimeException implements Serializable
-
-
Package io.temporal.worker
-
Class io.temporal.worker.NonDeterministicException extends java.lang.IllegalStateException implements Serializable
-
Class io.temporal.worker.TypeAlreadyRegisteredException extends java.lang.IllegalStateException implements Serializable
-
Serialized Fields
-
registeredTypeName
java.lang.String registeredTypeName
-
-
-
-
Package io.temporal.workflow
-
Class io.temporal.workflow.CancelExternalWorkflowException extends WorkflowException implements Serializable
-
Class io.temporal.workflow.Saga.CompensationException extends java.lang.RuntimeException implements Serializable
-
Class io.temporal.workflow.SignalExternalWorkflowException extends WorkflowException implements Serializable
-