Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::RequestFailedException Local Exception Reference

This exception is raised if a request failed. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception RequestFailedException { ... }

Inheritance diagram for Ice::RequestFailedException:
Inheritance graph
[legend]
Collaboration diagram for Ice::RequestFailedException:
Collaboration graph
[legend]

Data Members

string facet
 The facet to which the request was sent. More...
 
Identity id
 The identity of the Ice Object to which the request was sent. More...
 
string operation
 The operation name of the request. More...
 

Detailed Description

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 Documentation

◆ facet

string facet

The facet to which the request was sent.

◆ id

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

◆ operation

string operation

The operation name of the request.


The documentation for this exception was generated from the following file: