public static class JdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationException extends JdbcSqlExceptionFactory.JdbcAbortedException
Specific SQLException that is thrown when a transaction was aborted and could not be retried due to a concurrent modification.
Methods
getCause()
public synchronized AbortedDueToConcurrentModificationException getCause()
Type | Description |
com.google.cloud.spanner.AbortedDueToConcurrentModificationException |
getDatabaseErrorDuringRetry()
public SpannerException getDatabaseErrorDuringRetry()
Type | Description |
com.google.cloud.spanner.SpannerException |