Uses of Class
com.google.cloud.spanner.AbortedDueToConcurrentModificationException
-
Packages that use AbortedDueToConcurrentModificationException Package Description com.google.cloud.spanner 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 AbortedDueToConcurrentModificationException Modifier and Type Method Description static AbortedDueToConcurrentModificationExceptionSpannerExceptionFactory. newAbortedDueToConcurrentModificationException(AbortedDueToConcurrentModificationException cause)Constructs a newAbortedDueToConcurrentModificationExceptionthat can be re-thrown for a transaction that had already been aborted, but that the client application tried to use for additional statements.static AbortedDueToConcurrentModificationExceptionSpannerExceptionFactory. 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.static AbortedDueToConcurrentModificationExceptionSpannerExceptionFactory. 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 AbortedDueToConcurrentModificationException Modifier and Type Method Description static AbortedDueToConcurrentModificationExceptionSpannerExceptionFactory. newAbortedDueToConcurrentModificationException(AbortedDueToConcurrentModificationException cause)Constructs a newAbortedDueToConcurrentModificationExceptionthat can be re-thrown for a transaction that had already been aborted, but that the client application tried to use for additional statements.
-