Ice.NotRegisteredException

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

Bases: LocalException

The exception that is raised when attempting to find or deregister something that is not registered with Ice.

Parameters:
property id: str

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

Returns:

The ID (or name).

Return type:

str

property kindOfObject: str

Returns the kind of object that is not registered.

Returns:

The kind.

Return type:

str