Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::NotRegisteredException Local Exception Reference

An attempt was made to find or deregister something that is not registered with the Ice run time or Ice locator. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception NotRegisteredException { ... }

Data Members

string id
 The ID (or name) of the object that could not be removed. More...
 
string kindOfObject
 The kind of object that could not be removed: "servant", "facet", "object", "default servant", "servant locator", "value factory", "plugin", "object adapter", "object adapter with router", "replica group". More...
 

Detailed Description

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

This exception is raised if an attempt is made to remove a servant, servant locator, facet, value factory, plug-in, object adapter, object, or user exception factory that is not currently registered.

It's also raised if the Ice locator can't find an object or object adapter when resolving an indirect proxy or when an object adapter is activated.

Data Member Documentation

◆ id

string id

The ID (or name) of the object that could not be removed.

◆ kindOfObject

string kindOfObject

The kind of object that could not be removed: "servant", "facet", "object", "default servant", "servant locator", "value factory", "plugin", "object adapter", "object adapter with router", "replica group".


The documentation for this exception was generated from the following file: