Home Previous Up Next Index

IceGrid::AllocationException

Overview

exception AllocationException

This exception is raised if the allocation of an object failed.

Derived Exceptions

AllocationTimeoutException

Used By

Session::allocateObjectById
Session::allocateObjectByType
Session::releaseObject

Data Members

string reason;

The reason why the object couldn't be allocated.


Home Previous Up Next Index