java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.NotRegisteredException
- All Implemented Interfaces:
Serializable
An attempt was made to find or deregister something that is not registered with Ice.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotRegisteredException
(String kindOfObject, String id) Constructs a NotRegisteredException with the object kind and ID. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
kindOfObject
The kind of object that is not registered. -
id
The ID (or name) of the object that is not registered.
-
-
Constructor Details
-
NotRegisteredException
Constructs a NotRegisteredException with the object kind and ID.- Parameters:
kindOfObject
- the kind of object that is not registeredid
- the ID of the object that is not registered
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-