|
Freeze Slice API Reference
|
| ▼EFreeze::DatabaseException | A Freeze database exception |
| EFreeze::DeadlockException | A Freeze database deadlock exception |
| EFreeze::NotFoundException | A Freeze database exception, indicating that a database record could not be found |
| EFreeze::EvictorDeactivatedException | This exception is raised if the evictor has been deactivated |
| EFreeze::IndexNotFoundException | Exception raised when Freeze fails to locate an index |
| EFreeze::InvalidPositionException | This Freeze Iterator is not on a valid position, for example this position has been erased |
| EFreeze::NoSuchElementException | This exception is raised if there are no further elements in the iteration |
| EFreeze::TransactionAlreadyInProgressException | An attempt was made to start a transaction while a previous transaction has not yet been committed or rolled back |