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

This exception indicates an unsupported protocol version. More...

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception UnsupportedProtocolException extends Ice::ProtocolException { ... }

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

Data Members

ProtocolVersion bad
 The version of the unsupported protocol. More...
 
ProtocolVersion supported
 The version of the protocol that is supported. More...
 
- Data Members inherited from Ice::ProtocolException
string reason
 The reason for the failure. More...
 

Detailed Description

This exception indicates an unsupported protocol version.

Data Member Documentation

◆ bad

The version of the unsupported protocol.

◆ supported

ProtocolVersion supported

The version of the protocol that is supported.


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