public static class JdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationException extends JdbcSqlExceptionFactory.JdbcAbortedException
SQLException
that is thrown when a transaction was aborted and could not be
retried due to a concurrent modification.Modifier and Type | Method and Description |
---|---|
AbortedDueToConcurrentModificationException |
getCause() |
SpannerException |
getDatabaseErrorDuringRetry() |
getCode
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getErrorCode, getMessage, getSQLState
forEach, spliterator
public AbortedDueToConcurrentModificationException getCause()
getCause
in interface JdbcSqlException
getCause
in class JdbcSqlExceptionFactory.JdbcAbortedException
Throwable.getCause()
public SpannerException getDatabaseErrorDuringRetry()
Copyright © 2019 Google LLC. All rights reserved.