Package com.zeroc.Ice

Class ObjectAdapterDeactivatedException

All Implemented Interfaces:
Serializable, Cloneable

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

    • name

      public String name
      Name of the adapter.
  • Constructor Details

    • ObjectAdapterDeactivatedException

      public ObjectAdapterDeactivatedException()
    • ObjectAdapterDeactivatedException

      public ObjectAdapterDeactivatedException(Throwable cause)
    • ObjectAdapterDeactivatedException

      public ObjectAdapterDeactivatedException(String name)
    • ObjectAdapterDeactivatedException

      public ObjectAdapterDeactivatedException(String name, 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.