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