java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.ObjectAdapterDeactivatedException
- All Implemented Interfaces:
Serializable
The exception that is thrown when attempting to use an
ObjectAdapter that has been deactivated.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an ObjectAdapterDeactivatedException. -
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.- Parameters:
name- the name of the deactivated object adapter
-
-
Method Details
-
ice_id
Description copied from class:LocalExceptionReturns the type ID of this exception.- Overrides:
ice_idin classLocalException- Returns:
- the type ID of this exception
-