Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
static AbortedDueToConcurrentModificationException |
SpannerExceptionFactory.newAbortedDueToConcurrentModificationException(AbortedDueToConcurrentModificationException cause)
Constructs a new
AbortedDueToConcurrentModificationException that can be re-thrown for
a transaction that had already been aborted, but that the client application tried to use for
additional statements. |
static AbortedDueToConcurrentModificationException |
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.
|
static AbortedDueToConcurrentModificationException |
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.
|
Modifier and Type | Method and Description |
---|---|
static AbortedDueToConcurrentModificationException |
SpannerExceptionFactory.newAbortedDueToConcurrentModificationException(AbortedDueToConcurrentModificationException cause)
Constructs a new
AbortedDueToConcurrentModificationException that can be re-thrown for
a transaction that had already been aborted, but that the client application tried to use for
additional statements. |
Copyright © 2022 Google LLC. All rights reserved.