public class AbortedDueToConcurrentModificationException extends AbortedException
CloudSpannerJdbcConnection
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.Modifier and Type | Method and Description |
---|---|
SpannerException |
getDatabaseErrorDuringRetry() |
getErrorCode, getRetryDelayInMillis
equals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translate
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SpannerException getDatabaseErrorDuringRetry()
Copyright © 2019 Google LLC. All rights reserved.