B2BITS FIX Antenna C++  2.31.0
Public Member Functions | List of all members
Engine::MessageStorageException Class Reference

Exceptions of this class is thrown by message storages to indicate the storage specific failure. More...

#include <B2BITS_MsgStorage.h>

+ Inheritance diagram for Engine::MessageStorageException:
+ Collaboration diagram for Engine::MessageStorageException:

Public Member Functions

 MessageStorageException (const std::string &msg)
 
- Public Member Functions inherited from Utils::Exception
 Exception ()
 Constructor. More...
 
 Exception (const std::string &aReason)
 Constructor. More...
 
std::string const & reason () const throw ()
 Returns the reason for this exception. More...
 
virtual const char * what () const throw ()
 Returns the reason for this exception. More...
 
virtual ~Exception () throw ()
 Destructor. More...
 

Additional Inherited Members

- Protected Attributes inherited from Utils::Exception
std::string m_reason
 std::string that describes raised exception More...
 

Detailed Description

Exceptions of this class is thrown by message storages to indicate the storage specific failure.

No other exceptions shall be thrown by the storages.

Constructor & Destructor Documentation

◆ MessageStorageException()

Engine::MessageStorageException::MessageStorageException ( const std::string &  msg)
inlineexplicit