Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::UnsupportedEncodingException

Overview

local exception UnsupportedEncodingException extends Ice::ProtocolException

This exception indicates an unsupported data encoding version.

Data Member Index

bad — The version of the unsupported encoding.
supported — The version of the encoding that is supported.

Data Members

Ice::EncodingVersion bad;

The version of the unsupported encoding.

Ice::EncodingVersion supported;

The version of the encoding that is supported.


  • No labels