Package com.google.cloud.spanner.jdbc
Class JdbcSqlExceptionFactory
- java.lang.Object
-
- com.google.cloud.spanner.jdbc.JdbcSqlExceptionFactory
-
public final class JdbcSqlExceptionFactory extends Object
Factory class for creatingSQLException
s for Cloud Spanner
-
-
Nested Class Summary
Nested Classes 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
-
Constructor Summary
Constructors Constructor Description JdbcSqlExceptionFactory()
-