![]() |
Session cannot be found for specified action. More...
#include <Exceptions.h>
Public Member Functions | |
SessionNotFound (const std::string &what="") |
Session cannot be found for specified action.
Definition at line 231 of file Exceptions.h.
FIX::SessionNotFound::SessionNotFound | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 233 of file Exceptions.h.
00234 : Exception( "Session Not Found", what ) {}