Home Previous Up Next Index

Freeze::DeadlockException

Overview

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;

Home Previous Up Next Index