Package com.zeroc.Ice

Class ObjectAdapterDeactivatedException

All Implemented Interfaces:
Serializable

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

    • name

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

    • ObjectAdapterDeactivatedException

      public ObjectAdapterDeactivatedException(String name)
      Constructs an ObjectAdapterDeactivatedException with the object adapter name.
      Parameters:
      name - the name of the deactivated object 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