B2BITS FIX Antenna C++ 2.33.0
|
Sessions controller exception class. More...
#include <B2BITS_SessionsController.h>
Public Types | |
enum | ErrorCode { ErrorCode_NotFound = 1 , ErrorCode_BadState , ErrorCode_BadArguments , ErrorCode_Internal } |
Public Member Functions | |
int | getErrorCode () const |
Returns error code. | |
SessionsControllerException (const std::string &aReason, int errorCode) | |
SessionsControllerException (int errorCode) | |
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 | |
Sessions controller exception class.
|
inline |
|
inline |
|
inline |
Returns error code.