Package com.zeroc.Ice

Class ObjectAdapterIdInUseException

All Implemented Interfaces:
Serializable

public final class ObjectAdapterIdInUseException extends LocalException
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 Details

    • id

      public final String id
      Adapter ID.
  • Constructor Details

    • ObjectAdapterIdInUseException

      public ObjectAdapterIdInUseException(String id)
      Constructs an ObjectAdapterIdInUseException.
      Parameters:
      id - the adapter ID that is already in use
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class LocalException
      Returns:
      the type ID of this exception