#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 |
NetMsg is too short to serialize/deserialize.
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 227 of file ie.h.
| virtual protlib::IEMsgTooShort::~IEMsgTooShort | ( | ) | throw () [inline, virtual] |
Definition at line 234 of file ie.h.
Referenced by IEMsgTooShort().
1.6.1