Public Member Functions | List of all members
FIX::SessionNotFound Struct Reference

Session cannot be found for specified action. More...

#include <Exceptions.h>

Inheritance diagram for FIX::SessionNotFound:
Inheritance graph
[legend]
Collaboration diagram for FIX::SessionNotFound:
Collaboration graph
[legend]

Public Member Functions

 SessionNotFound (const std::string &what="")
 
- Public Member Functions inherited from FIX::Exception
 Exception (const std::string &t, const std::string &d)
 
 ~Exception () throw ()
 

Additional Inherited Members

- Public Attributes inherited from FIX::Exception
std::string type
 
std::string detail
 

Detailed Description

Session cannot be found for specified action.

Definition at line 246 of file Exceptions.h.

Constructor & Destructor Documentation

◆ SessionNotFound()

FIX::SessionNotFound::SessionNotFound ( const std::string &  what = "")
inline

Definition at line 248 of file Exceptions.h.

248  : Exception( "Socket Error", errorToWhat() ) {}
249 

The documentation for this struct was generated from the following file:
FIX::Exception::Exception
Exception(const std::string &t, const std::string &d)
Definition: Exceptions.h:66

Generated on Thu Apr 23 2020 04:32:03 for QuickFIX by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2001