Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Ice::RequestFailedException

Overview

local exception RequestFailedException

This exception is raised if a request failed. This exception, and all exceptions derived from Ice::RequestFailedException, are transmitted by the Ice protocol, even though they are declared local.

Derived Exceptions

Data Member Index

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.

Data Members

Ice::Identity id;

The identity of the Ice Object to which the request was sent.

string facet;

The facet to which the request was sent.

string operation;

The operation name of the request.


  • No labels