PKIFCacheException.h

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

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