Package com.zeroc.Ice
Class NotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.NotRegisteredException
- All Implemented Interfaces:
Serializable
,Cloneable
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe ID (or name) of the object that could not be removed.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". -
Constructor Summary
ConstructorsConstructorDescriptionNotRegisteredException
(String kindOfObject, String id) NotRegisteredException
(String kindOfObject, String id, Throwable cause) NotRegisteredException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
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". -
id
The ID (or name) of the object that could not be removed.
-
-
Constructor Details
-
NotRegisteredException
public NotRegisteredException() -
NotRegisteredException
-
NotRegisteredException
-
NotRegisteredException
-
-
Method Details