Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-VersionMismatchException
prevIce-UnsupportedEncodingException
Section


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.

Ztop

Data Members

int
Anchor
badMajor
badMajor
badMajor;

The major version number of the unsupported protocol.

int
Anchor
badMinor
badMinor
badMinor;

The minor version number of the unsupported protocol.

int
Anchor
major
major
major;

The major version number of the protocol that is supported.

int
Anchor
minor
minor
minor;

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

Ztop

Znav
nextIce-VersionMismatchException
prevIce-UnsupportedEncodingException
Section