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


Ice::UnsupportedProtocolException

Overview

local exception UnsupportedProtocolException extends Ice::ProtocolException

This exception indicates an unsupported protocol version.

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.

Data Members

int badMajor;

The major version number of the unsupported protocol.

int badMinor;

The minor version number of the unsupported protocol.

int major;

The major version number of the protocol that is supported.

int minor;

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


  • No labels