Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
The outcome of the transaction on the broker, commit or roll-back, is not known. More...
#include <qpid/messaging/exceptions.h>
Public Member Functions | |
TransactionUnknown (const std::string &) | |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
The outcome of the transaction on the broker, commit or roll-back, is not known.
This occurs when the connection fails after we sent the commit but before we received a result.
Definition at line 204 of file exceptions.h.
qpid::messaging::TransactionUnknown::TransactionUnknown | ( | const std::string & | ) |
|
virtualinherited |