Ice.NotRegisteredException

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

Bases: LocalException

An attempt was made to find or deregister something that is not registered with Ice.

Parameters:
property id

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

Returns:

The ID of the object that is not registered.

Return type:

str

property kindOfObject

The kind of object that is not registered.

Returns:

The kind of object that is not registered.

Return type:

str