Ice 3.7 Slice API Reference
List of all members
Ice::UnknownLocalException Local Exception Reference

This exception is raised if an operation call on a server raises a local exception. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception UnknownLocalException extends Ice::UnknownException { ... }

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

Additional Inherited Members

- Data Members inherited from Ice::UnknownException
string unknown
 This field is set to the textual representation of the unknown exception if available. More...
 

Detailed Description

This exception is raised if an operation call on a server raises a local exception.

Because local exceptions are not transmitted by the Ice protocol, the client receives all local exceptions raised by the server as UnknownLocalException. The only exception to this rule are all exceptions derived from RequestFailedException, which are transmitted by the Ice protocol even though they are declared local.


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