OCSPException.cpp

Go to the documentation of this file.
00001 
00010 #include "OCSPException.h"
00011 
00012 //#include "PKIFCMS.h" //for NEW_NODE, etc. macros
00013 #include "PKIFX509Extensions2.h"
00014 using namespace std;
00023 CPKIFOCSPException::CPKIFOCSPException(
00025     int subComponentID, 
00027     int errorCode)
00028     : CPKIFException(subComponentID, errorCode)
00029 {
00030 }
00039 CPKIFOCSPException::CPKIFOCSPException(
00041     int subComponentID, 
00043     int errorCode, 
00045     char* fileName, 
00048     int lineNumber)
00049     : CPKIFException(subComponentID, errorCode, fileName, lineNumber)
00050 {
00051 }
00060 CPKIFOCSPException::CPKIFOCSPException(
00062     int subComponentID, 
00064     int errorCode, 
00067     const char* errorDescription)
00068     : CPKIFException(subComponentID, errorCode, errorDescription)
00069 {
00070 }
00079 CPKIFOCSPException::CPKIFOCSPException(
00081     int subComponentID, 
00083     int errorCode,
00086     const char* errorDescription,
00088     char* fileName,
00091     int lineNumber)
00092     : CPKIFException(subComponentID, errorCode, errorDescription, fileName, lineNumber)
00093 {
00094 }
00102 CPKIFOCSPException::~CPKIFOCSPException(void) STDLIB_SUPER_THROW
00103 {
00104 }
00105 

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