Class AbortedDueToConcurrentModificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.cloud.BaseServiceException
com.google.cloud.grpc.BaseGrpcServiceException
com.google.cloud.spanner.SpannerException
com.google.cloud.spanner.AbortedException
com.google.cloud.spanner.AbortedDueToConcurrentModificationException
All Implemented Interfaces:
Serializable

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.
See Also:
  • Method Details

    • getDatabaseErrorDuringRetry

      public SpannerException getDatabaseErrorDuringRetry()