Package com.zeroc.Ice

Class ObjectAdapterDestroyedException

All Implemented Interfaces:
Serializable

public final class ObjectAdapterDestroyedException extends LocalException
This exception is raised if an attempt is made to use a destroyed ObjectAdapter.
See Also:
  • Field Details

    • name

      public final String name
      Name of the adapter.
  • Constructor Details

    • ObjectAdapterDestroyedException

      public ObjectAdapterDestroyedException(String name)
      Constructs an ObjectAdapterDestroyedException with the adapter name.
      Parameters:
      name - the name of the destroyed adapter
  • 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