Package com.zeroc.Ice
Class ObjectAdapterIdInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.ObjectAdapterIdInUseException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if an
ObjectAdapter
cannot be activated.
This happens if the Locator
detects another active ObjectAdapter
with
the same adapter id.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
id
Adapter ID.
-
-
Constructor Details
-
ObjectAdapterIdInUseException
public ObjectAdapterIdInUseException() -
ObjectAdapterIdInUseException
-
ObjectAdapterIdInUseException
-
ObjectAdapterIdInUseException
-
-
Method Details