Home Previous Up Next Index

Ice::BadMagicException

Overview

[ "cpp:ice_print" ] local exception BadMagicException extends ProtocolException

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

Data Members

ByteSeq badMagic;

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


Home Previous Up Next Index