Package com.zeroc.Ice

Class RequestFailedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacetNotExistException, ObjectNotExistException, OperationNotExistException

public abstract class RequestFailedException extends DispatchException
The base class for the 3 NotExist exceptions.
See Also:
  • Field Details

    • id

      public final Identity id
      The identity of the Ice Object to which the request was sent.
    • facet

      public final String facet
      The facet to which the request was sent.
    • operation

      public final String operation
      The operation name of the request.
  • Method Details