Ice::UnsupportedProtocolException

Overview

local exception UnsupportedProtocolException
    extends 
	ProtocolException

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

Data Member Index

badMajor

The major version number of the unsupported protocol.

badMinor

The minor version number of the unsupported protocol.

major

The major version number of the protocol that is supported.

minor

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

badMajor

int badMajor;

The major version number of the unsupported protocol.

badMinor

int badMinor;

The minor version number of the unsupported protocol.

major

int major;

The major version number of the protocol that is supported.

minor

int minor;

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