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 creatingSQLExceptions for Cloud Spanner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationExceptionSpecificSQLExceptionthat is thrown when a transaction was aborted and could not be retried due to a concurrent modification.static classJdbcSqlExceptionFactory.JdbcAbortedExceptionSpecificSQLExceptionthat is thrown when a transaction was aborted and could not be successfully retried.static classJdbcSqlExceptionFactory.JdbcSqlBatchUpdateExceptionSpecificSQLExceptionthat is thrown when aSpannerBatchUpdateExceptionoccurs.static classJdbcSqlExceptionFactory.JdbcSqlClientInfoExceptionSpecificSQLExceptionthat is thrown when setting client info on a connectionstatic classJdbcSqlExceptionFactory.JdbcSqlExceptionImplBaseSQLExceptionfor Cloud Spannerstatic classJdbcSqlExceptionFactory.JdbcSqlFeatureNotSupportedExceptionSpecificSQLExceptionthat is thrown for unsupported methods and valuesstatic classJdbcSqlExceptionFactory.JdbcSqlTimeoutExceptionSpecificSQLExceptionthat is thrown when a statement times out
-
Constructor Summary
Constructors Constructor Description JdbcSqlExceptionFactory()
-