Class JdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationException

All Implemented Interfaces:
JdbcSqlException, Serializable, Iterable<Throwable>
Enclosing class:
JdbcSqlExceptionFactory

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