VMime
certificateExpiredException Class Reference

#include <certificateExpiredException.hpp>

Inheritance diagram for certificateExpiredException:
Collaboration diagram for certificateExpiredException:

Public Member Functions

 certificateExpiredException ()
exception * clone () const
Public Member Functions inherited from certificateException
 certificateException ()
 certificateException (const std::string &what)
 ~certificateException () throw ()
void setCertificate (shared_ptr< certificate > cert)
shared_ptr< certificategetCertificate ()
shared_ptr< const certificategetCertificate () const
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 exception * other () const throw ()
virtual const char * name () const throw ()

Additional Inherited Members

Static Protected Attributes inherited from exception
static const exception NO_EXCEPTION

Detailed Description

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

Constructor & Destructor Documentation

◆ certificateExpiredException()

certificateExpiredException ( )

Constructs a certificateExpiredException with no detail message.

References certificateException::certificateException().

Referenced by clone().

Member Function Documentation

◆ clone()

exception * clone ( ) const
virtual

Clone this object.

Returns
a new copy of this object

Reimplemented from certificateException.

References certificateExpiredException().


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