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