18#ifndef _DECAF_SECURITY_CERT_CERTIFICATEEXPIREDEXCEPTION_H_
19#define _DECAF_SECURITY_CERT_CERTIFICATEEXPIREDEXCEPTION_H_
Definition: CertificateException.h:31
Definition: CertificateExpiredException.h:33
CertificateExpiredException(const CertificateExpiredException &ex)
Copy Constructor.
CertificateExpiredException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occured.
CertificateExpiredException(const std::exception *cause)
Constructor.
virtual ~CertificateExpiredException()
CertificateExpiredException(const char *file, const int lineNumber, const std::exception *cause, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
CertificateExpiredException()
Default Constructor.
virtual CertificateExpiredException * clone() const
Clones this exception.
Definition: CertificateExpiredException.h:106
CertificateExpiredException(const Exception &ex)
Conversion Constructor from some other Exception.
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: AprPool.h:25