public final class JdbcSqlExceptionFactory extends Object
SQLException
s for Cloud SpannerModifier and Type | Class and Description |
---|---|
static class |
JdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationException
Specific
SQLException that is thrown when a transaction was aborted and could not be
retried due to a concurrent modification. |
static class |
JdbcSqlExceptionFactory.JdbcAbortedException
Specific
SQLException that is thrown when a transaction was aborted and could not be
successfully retried. |
static class |
JdbcSqlExceptionFactory.JdbcSqlBatchUpdateException
Specific
SQLException that is thrown when a SpannerBatchUpdateException occurs. |
static class |
JdbcSqlExceptionFactory.JdbcSqlClientInfoException
Specific
SQLException that is thrown when setting client info on a connection |
static class |
JdbcSqlExceptionFactory.JdbcSqlExceptionImpl
Base
SQLException for Cloud Spanner |
static class |
JdbcSqlExceptionFactory.JdbcSqlFeatureNotSupportedException
Specific
SQLException that is thrown for unsupported methods and values |
static class |
JdbcSqlExceptionFactory.JdbcSqlTimeoutException
Specific
SQLException that is thrown when a statement times out |
Constructor and Description |
---|
JdbcSqlExceptionFactory() |
Copyright © 2019 Google LLC. All rights reserved.