Ice 3.7 Slice API Reference
Data Members | List of all members
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:
Inheritance graph
[legend]
Collaboration diagram for Ice::BadMagicException:
Collaboration graph
[legend]

Data Members

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

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: