![]() |
User wants to reject permission to logon. More...
#include <Exceptions.h>
Public Member Functions | |
RejectLogon (const std::string &what="") |
User wants to reject permission to logon.
Definition at line 224 of file Exceptions.h.
FIX::RejectLogon::RejectLogon | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 226 of file Exceptions.h.
00227 : Exception( "Rejected Logon Attempt", what ) {}