OCSPException.h
Go to the documentation of this file.00001
00009 #ifndef __OCSPException_H__
00010 #define __OCSPException_H__
00011
00012 #include "PKIFdll.h"
00013 #include "PKIFException.h"
00014 #include "PKIFCredential.h"
00027 class CAC_API CPKIFOCSPException : public CPKIFException
00028 {
00029 public:
00030 CPKIFOCSPException(int subComponentID, int errorCode);
00031 CPKIFOCSPException(int subComponentID, int errorCode, char* fileName, int lineNumber);
00032 CPKIFOCSPException(int subComponentID, int errorCode, const char* errorDescription);
00033 CPKIFOCSPException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber);
00034 virtual ~CPKIFOCSPException(void) STDLIB_SUPER_THROW;
00035
00036 private:
00038 CPKIFOCSPException& operator=(const CPKIFOCSPException& rhs);
00039 };
00040
00041 #endif