Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
The transaction was automatically rolled back. More...
#include <qpid/messaging/exceptions.h>
Public Member Functions | |
TransactionAborted (const std::string &) | |
virtual const QPID_TYPES_EXTERN char * | what () const throw () |
The transaction was automatically rolled back.
This could be due to an error on the broker, such as a store failure, or a connection failure during the transaction
Definition at line 194 of file exceptions.h.
qpid::messaging::TransactionAborted::TransactionAborted | ( | const std::string & | ) |
|
virtualinherited |