Ice::NotRegisteredException

Overview

local exception NotRegisteredException

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

Data Member Index

kindOfObject

The kind of object that could not be removed: "servant", "facet", "object factory", "plug-in", "object adapter", "object", or "user exception factory".

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 factory", "plug-in", "object adapter", "object", or "user exception factory".

id

string id;

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