Ice::UnsupportedEncodingException

Overview

local exception UnsupportedEncodingException
    extends 
	ProtocolException

This exception is a specialization of ProtocolException, indicating that an unsupported data encoding version has been encountered.

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.

badMajor

int badMajor;

The major version number of the unsupported encoding.

badMinor

int badMinor;

The minor version number of the unsupported encoding.

major

int major;

The major version number of the encoding that is supported.

minor

int minor;

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