Package com.zeroc.Ice
Class AlreadyRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.AlreadyRegisteredException
- All Implemented Interfaces:
Serializable
,Cloneable
An attempt was made to register something more than once with
the Ice run time.
This exception is raised if an attempt is made to register a
servant, servant locator, facet, value factory, plug-in, object
adapter, object, or user exception factory more than once for the
same ID.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe ID (or name) of the object that is registered already.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
ConstructorsConstructorDescriptionAlreadyRegisteredException
(String kindOfObject, String id) AlreadyRegisteredException
(String kindOfObject, String id, 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 is registered already.
-
-
Constructor Details
-
AlreadyRegisteredException
public AlreadyRegisteredException() -
AlreadyRegisteredException
-
AlreadyRegisteredException
-
AlreadyRegisteredException
-
-
Method Details