Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ AlreadyRegisteredException()

Ice::AlreadyRegisteredException::AlreadyRegisteredException ( const char * file,
int line,
std::string kindOfObject,
std::string id )

Constructs a AlreadyRegisteredException.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
kindOfObjectThe kind of object that could not be removed: "servant", "facet", "object", "default servant", "servant locator", "plugin", "object adapter", "object adapter with router", "replica group".
idThe ID (or name) of the object that is registered already.