Ice::RequestFailedException

Overview

local exception RequestFailedException

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

Data Member Index

facet

The facet to which the request was sent.

id

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

operation

The operation name of the request.

facet

string facet;

The facet to which the request was sent.

id

Identity id;

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

operation

string operation;

The operation name of the request.