Freeze Slice API Reference
Data Members | List of all members
Freeze::DeadlockException Local Exception Reference

A Freeze database deadlock exception. More...

defined in <Freeze/Exception.ice>

["cpp:ice_print"]
local exception DeadlockException extends Freeze::DatabaseException { ... }

Inheritance diagram for Freeze::DeadlockException:
Inheritance graph
[legend]
Collaboration diagram for Freeze::DeadlockException:
Collaboration graph
[legend]

Data Members

Transaction tx
 The transaction in which the deadlock occurred. More...
 
- Data Members inherited from Freeze::DatabaseException
string message
 A message describing the reason for the exception. More...
 

Detailed Description

A Freeze database deadlock exception.

Applications can react to this exception by aborting and trying the transaction again.

Data Member Documentation

◆ tx

The transaction in which the deadlock occurred.


The documentation for this exception was generated from the following file: