java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.ObjectAdapterIdInUseException
- All Implemented Interfaces:
Serializable
The exception that is thrown when an
ObjectAdapter cannot be activated. This can happen when a
Locator implementation detects another active ObjectAdapter with the same adapter ID.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an ObjectAdapterIdInUseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
id
Adapter ID.
-
-
Constructor Details
-
ObjectAdapterIdInUseException
Constructs an ObjectAdapterIdInUseException.- Parameters:
id- the adapter ID that is already in use
-
-
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
-