Package com.zeroc.Ice

Class NotRegisteredException

All Implemented Interfaces:
Serializable

public final class NotRegisteredException extends LocalException
An attempt was made to find or deregister something that is not registered with Ice.
See Also:
  • Field Details

    • kindOfObject

      public final String kindOfObject
      The kind of object that is not registered.
    • id

      public final String id
      The ID (or name) of the object that is not registered.
  • Constructor Details

    • NotRegisteredException

      public NotRegisteredException(String kindOfObject, String id)
      Constructs a NotRegisteredException with the object kind and ID.
      Parameters:
      kindOfObject - the kind of object that is not registered
      id - the ID of the object that is not registered
  • 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