Home Previous Up Next Index

Freeze::DatabaseException

Overview

local exception DatabaseException

A Freeze database exception.

Derived Exceptions

DeadlockException
NotFoundException

See Also

Evictor
Connection

Data Members

string message;

A message describing the reason for the exception.


Home Previous Up Next Index