Home Previous Up Next Index

Freeze::DeadlockException

Overview

[ "cpp:ice_print" ] local exception DeadlockException extends DatabaseException

A Freeze database deadlock exception. Applications can react to this exception by aborting and trying the transaction again.

Data Members

Transaction tx;

The transaction in which the deadlock occurred.


Home Previous Up Next Index