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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Ice::BadMagicException

Overview

local exception BadMagicException extends Ice::ProtocolException

This exception indicates that a message did not start with the expected magic number ('I', 'c', 'e', 'P').

Data Member Index

badMagic — A sequence containing the first four bytes of the incorrect message.

Data Members

Ice::ByteSeq badMagic;

A sequence containing the first four bytes of the incorrect message.


  • No labels