Ice 3.6 Slice API Reference
|
A Freeze database deadlock exception. More...
Defined in <Freeze/Exception.ice>
["cpp:ice_print"]
local exception DeadlockException extends Freeze::DatabaseException { ... }
Data Members | |
Transaction | tx |
The transaction in which the deadlock occurred. More... | |
![]() | |
string | message |
A message describing the reason for the exception. More... | |
A Freeze database deadlock exception.
Applications can react to this exception by aborting and trying the transaction again.
Transaction tx |
The transaction in which the deadlock occurred.