CACCryptoException.cpp

Go to the documentation of this file.
00001 
00009 #include "PKIFdll.h"
00010 #include "PKIFCryptoException.h"
00011 
00019 CPKIFCryptoException::~CPKIFCryptoException(void) STDLIB_SUPER_THROW
00020 {
00021 }
00029 CPKIFCryptoException::CPKIFCryptoException(
00031     int subComponentID, 
00033     int errorCode)
00034     : CPKIFException(subComponentID, errorCode)
00035 {
00036 }
00044 CPKIFCryptoException::CPKIFCryptoException(
00046     int subComponentID, 
00048     int errorCode, 
00050     char* fileName, 
00053     int lineNumber)
00054     : CPKIFException(subComponentID, errorCode, fileName, lineNumber)
00055 {
00056 }
00064 CPKIFCryptoException::CPKIFCryptoException(
00066     int subComponentID, 
00068     int errorCode, 
00071     const char* errorDescription)
00072     : CPKIFException(subComponentID, errorCode, errorDescription)
00073 {
00074 }
00082 CPKIFCryptoException::CPKIFCryptoException(
00084     int subComponentID, 
00086     int errorCode, 
00088     const char* errorDescription, 
00090     char* fileName, 
00093     int lineNumber)
00094     : CPKIFException(subComponentID, errorCode, errorDescription, fileName, lineNumber)
00095 {
00096 }

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