Package com.zeroc.Ice

Class RequestFailedException

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

public abstract class RequestFailedException extends DispatchException
This exception is raised if a request failed. This exception, and all exceptions derived from DispatchException, are transmitted by the Ice protocol.
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