Uses of Class
com.google.cloud.spanner.AbortedDueToConcurrentModificationException
Packages that use AbortedDueToConcurrentModificationException
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of AbortedDueToConcurrentModificationException in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return AbortedDueToConcurrentModificationExceptionModifier and TypeMethodDescriptionSpannerExceptionFactory.newAbortedDueToConcurrentModificationException
(AbortedDueToConcurrentModificationException cause) Constructs a newAbortedDueToConcurrentModificationException
that can be re-thrown for a transaction that had already been aborted, but that the client application tried to use for additional statements.SpannerExceptionFactory.newAbortedDueToConcurrentModificationException
(AbortedException cause) Constructs a specific aborted exception that should only be thrown by a connection after an internal retry aborted due to concurrent modifications.SpannerExceptionFactory.newAbortedDueToConcurrentModificationException
(AbortedException cause, SpannerException databaseError) Constructs a specific aborted exception that should only be thrown by a connection after an internal retry aborted because a database call caused an exception that did not happen during the original attempt.Methods in com.google.cloud.spanner with parameters of type AbortedDueToConcurrentModificationExceptionModifier and TypeMethodDescriptionSpannerExceptionFactory.newAbortedDueToConcurrentModificationException
(AbortedDueToConcurrentModificationException cause) Constructs a newAbortedDueToConcurrentModificationException
that can be re-thrown for a transaction that had already been aborted, but that the client application tried to use for additional statements.