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