18#ifndef _DECAF_SECURITY_CERT_CERTIFICATENOTYETVALIDEXCEPTION_H_
19#define _DECAF_SECURITY_CERT_CERTIFICATENOTYETVALIDEXCEPTION_H_
Exception()
Default Constructor.
CertificateException()
Default Constructor.
virtual ~CertificateNotYetValidException()
CertificateNotYetValidException(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.
CertificateNotYetValidException()
Default Constructor.
CertificateNotYetValidException(const CertificateNotYetValidException &ex)
Copy Constructor.
CertificateNotYetValidException(const Exception &ex)
Conversion Constructor from some other Exception.
CertificateNotYetValidException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occured.
CertificateNotYetValidException(const std::exception *cause)
Constructor.
virtual CertificateNotYetValidException * clone() const
Clones this exception.
Definition CertificateNotYetValidException.h:107
#define DECAF_API
Definition Config.h:29
Definition Certificate.h:34
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25