VMime
certificateNotYetValidException Class Reference
Inheritance diagram for certificateNotYetValidException:
Collaboration diagram for certificateNotYetValidException:

Public Member Functions

 certificateNotYetValidException ()
 
exceptionclone () const
 
- Public Member Functions inherited from certificateException
 certificateException ()
 
 certificateException (const std::string &what)
 
 ~certificateException () throw ()
 
void setCertificate (shared_ptr< certificate > cert)
 
shared_ptr< certificategetCertificate ()
 
- Public Member Functions inherited from exception
 exception (const string &what, const exception &other=NO_EXCEPTION)
 
 exception (const exception &e)
 
virtual ~exception () throw ()
 
void chainException (const exception &other)
 
const exceptionother () const throw ()
 
virtual const char * name () const throw ()
 

Detailed Description

Thrown when the current date and time is before the validity period specified in the certificate.

Constructor & Destructor Documentation

Member Function Documentation

exception * clone ( ) const
virtual

Clone this object.

Returns
a new copy of this object

Reimplemented from certificateException.

References certificateNotYetValidException::certificateNotYetValidException().


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