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);                                     //DESCRIPTION MUST NOT BE NULL
00033     CPKIFOCSPException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber); //DESCRIPTION MUST NOT BE NULL
00034     virtual ~CPKIFOCSPException(void) STDLIB_SUPER_THROW;
00035 
00036 private:
00038     CPKIFOCSPException& operator=(const CPKIFOCSPException& rhs); //added 4/6/2004
00039 };
00040 
00041 #endif

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