|
Ice 3.7 Slice API Reference
|
This exception is raised if a request failed. More...
defined in <Ice/LocalException.ice>
["cpp:ice_print"]
local exception RequestFailedException { ... }


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... | |
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.
| string facet |
The facet to which the request was sent.
| string operation |
The operation name of the request.