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