CPKIFCryptoException Class Reference

#include <PKIFCryptoException.h>

Inheritance diagram for CPKIFCryptoException:

Inheritance graph
[legend]
Collaboration diagram for CPKIFCryptoException:

Collaboration graph
[legend]

List of all members.


Detailed Description

CPKIFCryptoException is the exception thrown by cache-related mediator and colleague objects. It is derived from CPKIFException.

TSP-enforcing: No

Definition at line 22 of file PKIFCryptoException.h.


Public Member Functions

 CPKIFCryptoException (int subComponentID, int errorCode)
 CPKIFCryptoException (int subComponentID, int errorCode, char *fileName, int lineNumber)
 CPKIFCryptoException (int subComponentID, int errorCode, const char *errorDescription)
 CPKIFCryptoException (int subComponentID, int errorCode, const char *errorDescription, char *fileName, int lineNumber)
virtual ~CPKIFCryptoException (void) STDLIB_SUPER_THROW

Constructor & Destructor Documentation

CPKIFCryptoException::CPKIFCryptoException ( int  subComponentID,
int  errorCode 
)

Interface: External

This constructor provides means of creating exception object containing exception-related information

Returns:
None
Parameters:
subComponentID  [in] Integer identifying the subcomponent that generated the exception
errorCode  [in] Integer identifying the error condition that resulted in the exception

Definition at line 29 of file CACCryptoException.cpp.

CPKIFCryptoException::CPKIFCryptoException ( int  subComponentID,
int  errorCode,
char *  fileName,
int  lineNumber 
)

Interface: External

This constructor provides means of creating exception object containing exception-related information

Returns:
None
Parameters:
subComponentID  [in] Integer identifying the subcomponent that generated the exception
errorCode  [in] Integer identifying the error condition that resulted in the exception
fileName  [in] Pointer to a NULL terminated string identifying the source file from which the exception was thrown
lineNumber  [in] Integer indicating the line number of the source file identified by the fileName parameter from which the exception was

Definition at line 44 of file CACCryptoException.cpp.

CPKIFCryptoException::CPKIFCryptoException ( int  subComponentID,
int  errorCode,
const char *  errorDescription 
)

Interface: External

This constructor provides means of creating exception object containing exception-related information

Returns:
None
Parameters:
subComponentID  [in] Integer identifying the subcomponent that generated the exception
errorCode  [in] Integer identifying the error condition that resulted in the exception
errorDescription  [in] Pointer to a NULL terminated string containing a free form textual description of the error condition that resulted in the

Definition at line 64 of file CACCryptoException.cpp.

CPKIFCryptoException::CPKIFCryptoException ( int  subComponentID,
int  errorCode,
const char *  errorDescription,
char *  fileName,
int  lineNumber 
)

Interface: External

This constructor provides means of creating exception object containing exception-related information

Returns:
None
Parameters:
subComponentID  [in] Integer identifying the subcomponent that generated the exception
errorCode  [in] Integer identifying the error condition that resulted in the exception
errorDescription  [in] Pointer to a NULL terminated string containing a free form textual description of the error condition that resulted in the
fileName  [in] Pointer to a NULL terminated string identifying the source file from which the exception was thrown
lineNumber  [in] Integer indicating the line number of the source file identified by the fileName parameter from which the exception was

Definition at line 82 of file CACCryptoException.cpp.

CPKIFCryptoException::~CPKIFCryptoException ( void   )  [virtual]

Interface: External

This function destroys CPKIFCryptoException objects

Returns:
None

Definition at line 19 of file CACCryptoException.cpp.


The documentation for this class was generated from the following files:

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