Versions Compared

Key

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


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.

Ztop

Data Members

int
Anchor
badMajor
badMajor
badMajor;

The major version number of the unsupported encoding.

int
Anchor
badMinor
badMinor
badMinor;

The minor version number of the unsupported encoding.

int
Anchor
major
major
major;

The major version number of the encoding that is supported.

int
Anchor
minor
minor
minor;

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

Ztop

Znav
nextIce-UnsupportedProtocolException
prevIce-UnmarshalOutOfBoundsException
Section