Package com.zeroc.Ice

Class ObjectAdapterIdInUseException

All Implemented Interfaces:
Serializable, Cloneable

public 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 String id
      Adapter ID.
  • Constructor Details

    • ObjectAdapterIdInUseException

      public ObjectAdapterIdInUseException()
    • ObjectAdapterIdInUseException

      public ObjectAdapterIdInUseException(Throwable cause)
    • ObjectAdapterIdInUseException

      public ObjectAdapterIdInUseException(String id)
    • ObjectAdapterIdInUseException

      public ObjectAdapterIdInUseException(String id, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.