PKIFMessageException.h

Go to the documentation of this file.
00001 
00009 #ifndef __PKIFMESSAGEEXCEPTION_H__
00010 #define __PKIFMESSAGEEXCEPTION_H__
00011 
00012 #include "PKIFCMSDLL.h"
00013 #include "PKIFException.h"
00014 
00028 class PKIFCMS_API CPKIFMessageException : public CPKIFException
00029 {
00030 public:
00031     CPKIFMessageException(int subComponentID, int errorCode);
00032     CPKIFMessageException(int subComponentID, int errorCode, char* fileName, int lineNumber);
00033     CPKIFMessageException(int subComponentID, int errorCode, const char* errorDescription);                                  //DESCRIPTION MUST NOT BE NULL
00034     CPKIFMessageException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber); //DESCRIPTION MUST NOT BE NULL
00035     virtual ~CPKIFMessageException(void) STDLIB_SUPER_THROW;
00036 
00037 private:
00039     CPKIFMessageException& operator=(const CPKIFMessageException& rhs); //added 4/6/2004
00040 };
00041 
00042 #endif

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