Ice 3.6 Slice API Reference
|
An attempt was made to register something more than once with the Ice run time. More...
Defined in <Ice/LocalException.ice>
["cpp:ice_print"]
local exception AlreadyRegisteredException { ... }
Data Members | |
string | id |
The ID (or name) of the object that is registered already. More... | |
string | kindOfObject |
The kind of object that is registered already: "servant", "servant locator", "object factory", "plug-in", "object adapter", "object", or "user exception factory". More... | |
An attempt was made to register something more than once with the Ice run time.
This exception is raised if an attempt is made to register a servant, servant locator, facet, object factory, plug-in, object adapter, object, or user exception factory more than once for the same ID.
string id |
The ID (or name) of the object that is registered already.
string kindOfObject |
The kind of object that is registered already: "servant", "servant locator", "object factory", "plug-in", "object adapter", "object", or "user exception factory".