Exception AbortedDueToConcurrentModificationException (6.25.0)

public class AbortedDueToConcurrentModificationException extends AbortedException

Exception thrown by a Connection 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.

Methods

getDatabaseErrorDuringRetry()

public SpannerException getDatabaseErrorDuringRetry()
Returns
TypeDescription
SpannerException