Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

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]
List of all members.

Public Member Functions

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

Detailed Description

Session cannot be found for specified action.

Definition at line 220 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 222 of file Exceptions.h.

00223     : Exception( "Session Not Found", what ) {}


The documentation for this struct was generated from the following file:
Generated on Mon Jul 24 19:36:40 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001