java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.ObjectAdapterDeactivatedException
- All Implemented Interfaces:
Serializable
This exception is raised if an attempt is made to use a deactivated
ObjectAdapter
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an ObjectAdapterDeactivatedException with the object adapter name. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
name
Name of the object adapter.
-
-
Constructor Details
-
ObjectAdapterDeactivatedException
Constructs an ObjectAdapterDeactivatedException with the object adapter name.- Parameters:
name
- the name of the deactivated object adapter
-
-
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
-