B2BITS FIX Antenna HFT
1.0.16
|
Would block socket exception. More...
#include <B2BITS_SystemException.h>
Public Member Functions | |
WouldBlockSocketException (const std::string &descr, int errNo) | |
Constructs the WouldBlock std::exception with the given description. More... | |
Public Member Functions inherited from System::SocketException | |
SocketException (char const *msg, int errNo=SystemException::getLastError()) | |
Constructs the system std::exception with the given errno. More... | |
SocketException (std::string const &msg, int errNo) | |
Constructs the system std::exception with the given errno. More... | |
Public Member Functions inherited from System::SystemException | |
int | getErrNo () const |
Return the system-depended error code. More... | |
SystemException (char const *msg, int errNo=SystemException::getLastError()) | |
Constructs the system std::exception with the given errno. More... | |
SystemException (std::string const &msg, int errNo) | |
Constructs the system std::exception with the given errno. More... | |
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 B2B_OVERRIDE throw () |
Returns the reason for this exception. More... | |
virtual | ~Exception () throw () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from System::SocketException | |
static int | getLastError () |
Returns error code of the last operation related to socket subsystem. More... | |
Static Public Member Functions inherited from System::SystemException | |
static std::string | getErrorDescription (int errNo) |
Returns description for error code. More... | |
static int | getLastError () |
Returns error code of the last operation. More... | |
Protected Attributes inherited from Utils::Exception | |
std::string | m_reason |
std::string that describes raised exception More... | |
Would block socket exception.
System::WouldBlockSocketException::WouldBlockSocketException | ( | const std::string & | descr, |
int | errNo | ||
) |
Constructs the WouldBlock std::exception with the given description.