Ice.AlreadyRegisteredException

class Ice.AlreadyRegisteredException(kindOfObject: str, id: str, msg: str)

Bases: LocalException

The exception that is raised when you attempt to register an object more than once with the Ice runtime.

Parameters:
property id: str

Returns the ID (or name) of the object that is already registered.

Returns:

The ID (or name).

Return type:

str

property kindOfObject: str

“servant”, “facet”, “object”, “default servant”, “servant locator”, “plugin”, “object adapter”, “object adapter with router”, “replica group”.

Returns:

The kind.

Return type:

str

Type:

Returns the kind of object that is already registered