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

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

defined in <Ice/LocalException.ice>

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

Inheritance diagram for Ice::UnknownException:
Inheritance graph
[legend]

Data Members

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 an unknown exception.

For example, for C++, this exception is raised if the server throws a C++ exception that is not directly or indirectly derived from Ice::LocalException or Ice::UserException.

Data Member Documentation

◆ unknown

string unknown

This field is set to the textual representation of the unknown exception if available.


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