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

FIX::SocketRecvFailed Struct Reference

Socket recv operation failed. More...

#include <Exceptions.h>

Inheritance diagram for FIX::SocketRecvFailed:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SocketRecvFailed (int size)
 SocketRecvFailed (const std::string &what)

Detailed Description

Socket recv operation failed.

Definition at line 269 of file Exceptions.h.


Constructor & Destructor Documentation

FIX::SocketRecvFailed::SocketRecvFailed int  size  )  [inline]
 

Definition at line 271 of file Exceptions.h.

00272     : SocketException( size == 0 ? "Connection reset by peer." : size < 0 ? errorToWhat() : "Success." ) {}

FIX::SocketRecvFailed::SocketRecvFailed const std::string &  what  )  [inline]
 

Definition at line 273 of file Exceptions.h.

00274     : SocketException( what ) {}


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