Exception JdbcSqlExceptionFactory.JdbcAbortedException (2.16.1)

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
AbortedException
Overrides