ConcurrencyException
class ConcurrencyException(val reason: ConcurrencyExceptionReason, sqlState: String, serverErrorMessage: ServerErrorMessage) : OctaviusException
Exception thrown when a transaction fails due to concurrency issues like deadlocks, lock unavailability, or serialization failures.
Parameters
sqlState
The SQL state code returned by the database.
serverErrorMessage
The original error message from the database server.
Constructors
Link copied to clipboard
constructor(reason: ConcurrencyExceptionReason, sqlState: String, serverErrorMessage: ServerErrorMessage)