Class ObjectNotRegisteredException

All Implemented Interfaces:
Serializable

public class ObjectNotRegisteredException extends UserException
The exception that is thrown when a well-known object is not registered.
See Also:
  • Field Details

    • id

      public Identity id
      The identity of the object.
  • Constructor Details

    • ObjectNotRegisteredException

      public ObjectNotRegisteredException()
      Constructs a ObjectNotRegisteredException.
    • ObjectNotRegisteredException

      public ObjectNotRegisteredException(Identity id)
      Constructs a ObjectNotRegisteredException with values for all its fields.
      Parameters:
      id - The identity of the object.
  • Method Details

    • ice_id

      public String ice_id()
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.