Uses of Interface
com.google.cloud.spanner.jdbc.JdbcSqlException
-
-
Uses of JdbcSqlException in com.google.cloud.spanner.jdbc
Classes in com.google.cloud.spanner.jdbc that implement JdbcSqlException 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.static class
JdbcSqlExceptionFactory.JdbcSqlBatchUpdateException
SpecificSQLException
that is thrown when aSpannerBatchUpdateException
occurs.static class
JdbcSqlExceptionFactory.JdbcSqlClientInfoException
SpecificSQLException
that is thrown when setting client info on a connectionstatic class
JdbcSqlExceptionFactory.JdbcSqlExceptionImpl
BaseSQLException
for Cloud Spannerstatic class
JdbcSqlExceptionFactory.JdbcSqlFeatureNotSupportedException
SpecificSQLException
that is thrown for unsupported methods and valuesstatic class
JdbcSqlExceptionFactory.JdbcSqlTimeoutException
SpecificSQLException
that is thrown when a statement times out
-