| Ice::AlreadyRegisteredException::AlreadyRegisteredException | ( | const char * | file, |
| int | line, | ||
| std::string | kindOfObject, | ||
| std::string | id ) |
Constructs a AlreadyRegisteredException.
| file | The file where this exception is constructed. This C string is not copied. |
| line | The line where this exception is constructed. |
| kindOfObject | The kind of object that could not be removed: "servant", "facet", "object", "default servant", "servant locator", "plugin", "object adapter", "object adapter with router", "replica group". |
| id | The ID (or name) of the object that is already registered. |