Package com.zeroc.Ice

Class ObjectNotExistException

All Implemented Interfaces:
Serializable

public final class ObjectNotExistException extends RequestFailedException
The exception that is thrown when a dispatch cannot find a servant for the identity carried by the request.
See Also:
  • Constructor Details

    • ObjectNotExistException

      public ObjectNotExistException()
      Constructs an ObjectNotExistException.
    • ObjectNotExistException

      public ObjectNotExistException(Identity id, String facet, String operation)
      Constructs an ObjectNotExistException with object details.
      Parameters:
      id - the identity of the Ice Object to which the request was sent
      facet - the facet to which the request was sent
      operation - the operation name of the request
  • Method Details