Ice 3.7 Slice API 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 { ... }
Data Members | |
ByteSeq | badMagic |
A sequence containing the first four bytes of the incorrect message. More... | |
![]() | |
string | reason |
The reason for the failure. More... | |
This exception indicates that a message did not start with the expected magic number ('I', 'c', 'e', 'P').
ByteSeq badMagic |
A sequence containing the first four bytes of the incorrect message.