#include <source/ariba/utility/transport/tcpip/protlib/ie.h>
Inherits protlib::IEError.
Public Member Functions | |
IEMsgTooShort (IE::coding_t coding, uint16 category, uint32 pos) | |
virtual | ~IEMsgTooShort () throw () |
Public Attributes | |
const IE::coding_t | coding |
const uint16 | category |
const uint32 | errorpos |
This exception is typically thrown if a NetMsg ended unexpectedly which indicates a truncated message. It may also be thrown if a NetMsg is too short to hold a serialized IE object.
Definition at line 225 of file ie.h.
virtual protlib::IEMsgTooShort::~IEMsgTooShort | ( | ) | throw () [inline, virtual] |