Home Previous Up Next Index

Ice::UnsupportedEncodingException

Overview

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

This exception indicates an unsupported data encoding version.

Data Members

EncodingVersion bad;

The version of the unsupported encoding.

EncodingVersion supported;

The version of the encoding that is supported.


Home Previous Up Next Index