CigiMaxSessionsException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiMaxSessionsException:

CigiException exception List of all members.

Public Member Functions

 CigiMaxSessionsException (void)
virtual ~CigiMaxSessionsException (void) throw ()

Protected Attributes

char ErrMsg [50]

Detailed Description

This is the exception thrown when a problem involving too many sessions being requested is encountered.

Definition at line 351 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiMaxSessionsException::CigiMaxSessionsException ( void   )  [inline]

General Constructor for the CigiMaxSessionsException exception class

Definition at line 360 of file CigiExceptions.h.

References CIGI_ERROR_MAX_SESSIONS.

00361    {
00362       memcpy(ErrMsg,"Requested Number Of Sessions Exceeds Maximum\n",48);
00363       Msg = ErrMsg;
00364       ErrorCode = CIGI_ERROR_MAX_SESSIONS;
00365    }

virtual CigiMaxSessionsException::~CigiMaxSessionsException ( void   )  throw () [inline, virtual]

General Destructor for the CigiMaxSessionsException exception class

Definition at line 371 of file CigiExceptions.h.

00371 { };


Member Data Documentation

char CigiMaxSessionsException::ErrMsg[50] [protected]

Definition at line 371 of file CigiExceptions.h.


The documentation for this class was generated from the following file:
Generated on Wed Apr 29 09:00:09 2009 for CCL by  doxygen 1.4.7