TSPException.h

Go to the documentation of this file.
00001 
00009 #ifndef __TSPEXCEPTION_H__
00010 #define __TSPEXCEPTION_H__
00011 
00012 #include "PKIFdll.h"
00013 #include "PKIFTSPDLL.h"
00014 #include "PKIFException.h"
00015 
00022 class PKIFTSP_API CPKIFTSPException : public CPKIFException
00023 {
00024 public:
00025     CPKIFTSPException(int subComponentID, int errorCode);
00026     CPKIFTSPException(int subComponentID, int errorCode, char* fileName, int lineNumber);
00027     CPKIFTSPException(int subComponentID, int errorCode, const char* errorDescription);                                  //DESCRIPTION MUST NOT BE NULL
00028     CPKIFTSPException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber); //DESCRIPTION MUST NOT BE NULL
00029     virtual ~CPKIFTSPException(void) STDLIB_SUPER_THROW;
00030 
00031 private:
00033     CPKIFTSPException& operator=(const CPKIFTSPException& rhs); //added 4/6/2004
00034 };
00035 
00036 #endif //__TSPEXCEPTION_H__

Generated on Mon Nov 15 11:15:57 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6