Package com.google.cloud.spanner.jdbc
Class JdbcSqlExceptionFactory
java.lang.Object
com.google.cloud.spanner.jdbc.JdbcSqlExceptionFactory
Factory class for creating
SQLExceptions for Cloud Spanner-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpecificSQLExceptionthat is thrown when a transaction was aborted and could not be retried due to a concurrent modification.static classSpecificSQLExceptionthat is thrown when a transaction was aborted and could not be successfully retried.static classSpecificSQLExceptionthat is thrown when aSpannerBatchUpdateExceptionoccurs.static classSpecificSQLExceptionthat is thrown when setting client info on a connectionstatic classBaseSQLExceptionfor Cloud Spannerstatic classSpecificSQLExceptionthat is thrown for unsupported methods and valuesstatic classSpecificSQLExceptionthat is thrown when a statement times out -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JdbcSqlExceptionFactory
public JdbcSqlExceptionFactory()
-