Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
Ice::OperationNotExistException Local Exception Reference

This exception is raised if an operation for a given object does not exist on the server. More...

defined in <Ice/LocalException.ice>

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

Inheritance diagram for Ice::OperationNotExistException:
Collaboration diagram for Ice::OperationNotExistException:

Additional Inherited Members

Data Members inherited from Ice::RequestFailedException
string facet
 The facet to which the request was sent.
Identity id
 The identity of the Ice Object to which the request was sent.
string operation
 The operation name of the request.

Detailed Description

This exception is raised if an operation for a given object does not exist on the server.

Typically this is caused by either the client or the server using an outdated Slice specification.


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