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