Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
Ice::BadMagicException Local Exception Reference

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

defined in <Ice/LocalException.ice>

["cpp:ice_print"]
local exception BadMagicException extends Ice::ProtocolException { ... }

Inheritance diagram for Ice::BadMagicException:
Collaboration diagram for Ice::BadMagicException:

Data Members

ByteSeq badMagic
 A sequence containing the first four bytes of the incorrect message.
Data Members inherited from Ice::ProtocolException
string reason
 The reason for the failure.

Detailed Description

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

Data Member Documentation

◆ badMagic

ByteSeq badMagic

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


The documentation for this exception was generated from the following file: