Qpid C++ Messaging API  1.39.0
qpid::messaging::TransactionUnknown Struct Reference

#include <exceptions.h>

Inheritance diagram for qpid::messaging::TransactionUnknown:
qpid::messaging::TransactionError qpid::messaging::SessionError qpid::messaging::MessagingException qpid::types::Exception

Public Member Functions

QPID_MESSAGING_EXTERN TransactionUnknown (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::TransactionError
QPID_MESSAGING_EXTERN TransactionError (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::SessionError
QPID_MESSAGING_EXTERN SessionError (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::MessagingException
QPID_MESSAGING_EXTERN MessagingException (const std::string &msg)
 
- Public Member Functions inherited from qpid::types::Exception
QPID_TYPES_EXTERN Exception (const std::string &message=std::string()) throw ()
 
virtual QPID_TYPES_EXTERN const char * what () const throw ()
 

Detailed Description

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.


The documentation for this struct was generated from the following file: