18#ifndef _DECAF_SECURITY_CERT_CERTIFICATEEXCEPTION_H_
19#define _DECAF_SECURITY_CERT_CERTIFICATEEXCEPTION_H_
71 CertificateException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Exception()
Default Constructor.
GeneralSecurityException()
Default Constructor.
virtual CertificateException * clone() const
Clones this exception.
Definition CertificateException.h:105
virtual ~CertificateException()
CertificateException(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.
CertificateException()
Default Constructor.
CertificateException(const std::exception *cause)
Constructor.
CertificateException(const Exception &ex)
Conversion Constructor from some other Exception.
CertificateException(const CertificateException &ex)
Copy Constructor.
CertificateException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occured.
#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