Modifier and Type | Class and Description |
---|---|
class |
R2dbcBadGrammarException
Exception thrown when the SQL statement has a problem in its syntax.
|
class |
R2dbcDataIntegrityViolationException
Exception thrown when an attempt to insert or update data results in a violation of an integrity constraint.
|
class |
R2dbcNonTransientException
Base exception thrown when a retry of the same operation would fail unless the cause of the is corrected.
|
class |
R2dbcNonTransientResourceException
Exception thrown when a resource fails completely and the failure is permanent.
|
class |
R2dbcPermissionDeniedException
Exception thrown when the underlying resource denied a permission to access a specific element, such as a specific
database table.
|
class |
R2dbcRollbackException
Exception thrown when an attempt to commit a transaction resulted in an unexpected rollback due to deadlock or
transaction serialization failures.
|
class |
R2dbcTimeoutException
Exception thrown when the timeout specified by a database operation (query, login) is exceeded.
|
class |
R2dbcTransientException
Base exception thrown when a previously failed operation might be able to succeed if the operation is retried without
any intervention by an application-level functionality.
|
class |
R2dbcTransientResourceException
Exception thrown when a resource fails temporarily and the operation can be retried.
|
Copyright © 2021. All rights reserved.