Class ObjectExistsException

All Implemented Interfaces:
Serializable

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

    • id

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

    • ObjectExistsException

      public ObjectExistsException()
      Constructs a ObjectExistsException.
    • ObjectExistsException

      public ObjectExistsException(Identity id)
      Constructs a ObjectExistsException 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.