Class ObjectExistsException

All Implemented Interfaces:
Serializable, Cloneable

public class ObjectExistsException extends UserException
This exception is raised if an object already exists.
See Also:
  • Field Details

    • id

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

    • ObjectExistsException

      public ObjectExistsException()
    • ObjectExistsException

      public ObjectExistsException(Throwable cause)
    • ObjectExistsException

      public ObjectExistsException(Identity id)
    • ObjectExistsException

      public ObjectExistsException(Identity id, Throwable cause)
  • Method Details

    • ice_id

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