Package com.zeroc.Ice

Class ObjectNotExistException

All Implemented Interfaces:
Serializable, Cloneable

public class ObjectNotExistException extends RequestFailedException
This exception is raised if an object does not exist on the server, that is, if no facets with the given identity exist.
See Also:
  • Constructor Details

    • ObjectNotExistException

      public ObjectNotExistException()
    • ObjectNotExistException

      public ObjectNotExistException(Throwable cause)
    • ObjectNotExistException

      public ObjectNotExistException(Identity id, String facet, String operation)
    • ObjectNotExistException

      public ObjectNotExistException(Identity id, String facet, String operation, Throwable cause)
  • Method Details