B2BITS FIX Antenna C++ 2.33.0
|
Exceptions of this class is thrown by message storages to indicate the storage specific failure. More...
#include <B2BITS_MsgStorage.h>
Public Member Functions | |
MessageStorageException (const std::string &msg) | |
Public Member Functions inherited from Utils::Exception | |
Exception () | |
Constructor. | |
Exception (const std::string &aReason) | |
Constructor. | |
std::string const & | reason () const throw () |
Returns the reason for this exception. | |
virtual const char * | what () const throw () |
Returns the reason for this exception. | |
virtual | ~Exception () throw () |
Destructor. | |
Additional Inherited Members | |
Protected Attributes inherited from Utils::Exception | |
std::string | m_reason |
std::string that describes raised exception | |
Exceptions of this class is thrown by message storages to indicate the storage specific failure.
No other exceptions shall be thrown by the storages.
|
inlineexplicit |