Exception JdbcSqlExceptionFactory.JdbcAbortedException (2.8.0)

public static class JdbcSqlExceptionFactory.JdbcAbortedException extends JdbcSqlExceptionFactory.JdbcSqlExceptionImpl

Specific SQLException that is thrown when a transaction was aborted and could not be successfully retried.

Methods

getCause()

public synchronized AbortedException getCause()
Returns
TypeDescription
com.google.cloud.spanner.AbortedException
Overrides