#include <Message.h>
Inheritance diagram for rwil::FailedAfterRetryingMessage::
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... |
Definition at line 114 of file Message.h.
|
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".
Definition at line 54 of file Message.cpp.
00054 : EncapsulatingMessage("Failed after retrying message", oldMessage) {} |