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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Ice::UnsupportedEncodingException

Overview

local exception UnsupportedEncodingException extends Ice::ProtocolException

This exception indicates an unsupported data encoding version.

Data Member Index

badMajor — The major version number of the unsupported encoding.
badMinor — The minor version number of the unsupported encoding.
major — The major version number of the encoding that is supported.
minor — The highest minor version number of the encoding that can be supported.

Data Members

int badMajor;

The major version number of the unsupported encoding.

int badMinor;

The minor version number of the unsupported encoding.

int major;

The major version number of the encoding that is supported.

int minor;

The highest minor version number of the encoding that can be supported.


  • No labels