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