Home Previous Up Next Index

Ice::UnsupportedProtocolException

Overview

[ "cpp:ice_print" ] local exception UnsupportedProtocolException extends ProtocolException

This exception indicates an unsupported protocol version.

Data Members

ProtocolVersion bad;

The version of the unsupported protocol.

ProtocolVersion supported;

The version of the protocol that is supported.


Home Previous Up Next Index