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