Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

rwil::FailedAfterRetryingMessage Class Reference

This message type represents a message with an error because of a failure after retrying many many times. More...

#include <Message.h>

Inheritance diagram for rwil::FailedAfterRetryingMessage::

rwil::EncapsulatingMessage rwil::Message List of all members.

Public Methods

 FailedAfterRetryingMessage (const Message &oldMessage)
 Contains the old message that failed, and a timestamp of now, the new data is a parameter "message" with the value "Failed after retrying message". More...


Detailed Description

This message type represents a message with an error because of a failure after retrying many many times.

Definition at line 114 of file Message.h.


Constructor & Destructor Documentation

rwil::FailedAfterRetryingMessage::FailedAfterRetryingMessage const Message   oldMessage
 

Contains the old message that failed, and a timestamp of now, the new data is a parameter "message" with the value "Failed after retrying message".

Parameters:
oldMessage  Message with old data

Definition at line 54 of file Message.cpp.

00054 : EncapsulatingMessage("Failed after retrying message", oldMessage) {}


The documentation for this class was generated from the following files:
Generated on Tue Apr 9 13:53:08 2002 for RWIL - Real World Interface Library by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001