Package com.zeroc.Ice

Class NotRegisteredException

All Implemented Interfaces:
Serializable, Cloneable

public class NotRegisteredException extends LocalException
An attempt was made to find or deregister something that is not registered with the Ice run time or Ice locator. This exception is raised if an attempt is made to remove a servant, servant locator, facet, value factory, plug-in, object adapter, object, or user exception factory that is not currently registered. It's also raised if the Ice locator can't find an object or object adapter when resolving an indirect proxy or when an object adapter is activated.
See Also:
  • Field Details

    • kindOfObject

      public String kindOfObject
      The kind of object that could not be removed: "servant", "facet", "object", "default servant", "servant locator", "value factory", "plugin", "object adapter", "object adapter with router", "replica group".
    • id

      public String id
      The ID (or name) of the object that could not be removed.
  • Constructor Details

    • NotRegisteredException

      public NotRegisteredException()
    • NotRegisteredException

      public NotRegisteredException(Throwable cause)
    • NotRegisteredException

      public NotRegisteredException(String kindOfObject, String id)
    • NotRegisteredException

      public NotRegisteredException(String kindOfObject, 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.