Package com.zeroc.Ice

Class ObjectAdapterIdInUseException

All Implemented Interfaces:
Serializable

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

    • id

      public final String id
      Adapter ID.
  • Constructor Details

    • ObjectAdapterIdInUseException

      public ObjectAdapterIdInUseException(String id)
      Constructs an ObjectAdapterIdInUseException with the adapter ID.
      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