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);
00034 CPKIFCacheException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber);
00035 virtual ~CPKIFCacheException(void) STDLIB_SUPER_THROW;
00036
00037 private:
00039 CPKIFCacheException& operator=(const CPKIFCacheException& rhs);
00040 };
00041
00042 #endif