Class JdbcSqlExceptionFactory.JdbcAbortedException

All Implemented Interfaces:
JdbcSqlException, Serializable, Iterable<Throwable>
Direct Known Subclasses:
JdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationException
Enclosing class:
JdbcSqlExceptionFactory

public static class JdbcSqlExceptionFactory.JdbcAbortedException extends JdbcSqlExceptionFactory.JdbcSqlExceptionImpl
Specific SQLException that is thrown when a transaction was aborted and could not be successfully retried.
See Also: