public class AbortedDueToConcurrentModificationException extends AbortedException
Connection when a database operation detects that a transaction has
aborted and an internal retry failed because of a concurrent modification. This type of error has
its own subclass since it is often necessary to handle this specific kind of aborted exceptions
differently to other types of errors.SpannerException.ResourceNotFoundException| Modifier and Type | Method and Description |
|---|---|
SpannerException |
getDatabaseErrorDuringRetry() |
getErrorCode, getRetryDelayInMillisequals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpannerException getDatabaseErrorDuringRetry()
Copyright © 2022 Google LLC. All rights reserved.