PKIFCryptoException.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFCRYPTOEXCEPTION_H__
00010 #define __PKIFCRYPTOEXCEPTION_H__
00011
00012
00013 #include "PKIFdll.h"
00014 #include "PKIFException.h"
00015
00022 class CAC_API CPKIFCryptoException : public CPKIFException
00023 {
00024 public:
00025 CPKIFCryptoException(int subComponentID, int errorCode);
00026 CPKIFCryptoException(int subComponentID, int errorCode, char* fileName, int lineNumber);
00027 CPKIFCryptoException(int subComponentID, int errorCode, const char* errorDescription);
00028 CPKIFCryptoException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber);
00029 virtual ~CPKIFCryptoException(void) STDLIB_SUPER_THROW;
00030
00031 private:
00033 CPKIFCryptoException& operator=(const CPKIFCryptoException& rhs);
00034 };
00035
00036 #endif