Uses of Class
com.google.cloud.spanner.jdbc.JdbcSqlExceptionFactory.JdbcSqlExceptionImpl
-
-
Uses of JdbcSqlExceptionFactory.JdbcSqlExceptionImpl in com.google.cloud.spanner.jdbc
Subclasses of JdbcSqlExceptionFactory.JdbcSqlExceptionImpl in com.google.cloud.spanner.jdbc Modifier and Type Class Description static class
JdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationException
SpecificSQLException
that is thrown when a transaction was aborted and could not be retried due to a concurrent modification.static class
JdbcSqlExceptionFactory.JdbcAbortedException
SpecificSQLException
that is thrown when a transaction was aborted and could not be successfully retried.
-