PKIFPathException.h
Go to the documentation of this file.00001
00010 #ifndef __PKIFPATHEXCEPTIONS_H__
00011 #define __PKIFPATHEXCEPTIONS_H__
00012
00013 #include "PKIFdll.h"
00014 #include "PKIFException.h"
00015
00031 class CAC_API CPKIFPathException : public CPKIFException
00032 {
00033 public:
00034 CPKIFPathException(int subComponentID, int errorCode);
00035 CPKIFPathException(int subComponentID, int errorCode, char* fileName, int lineNumber);
00036 CPKIFPathException(int subComponentID, int errorCode, const char* errorDescription);
00037 CPKIFPathException(int subComponentID, int errorCode, const char* errorDescription, char* fileName, int lineNumber);
00038 virtual ~CPKIFPathException(void) STDLIB_SUPER_THROW;
00039
00040 private:
00042 CPKIFPathException& operator=(const CPKIFPathException& rhs);
00043 };
00044
00045 #endif