Base exception class for the object to relational access. More...
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &message, const std::string &methodName) | |
Constructor. | |
virtual | ~Exception () throw () |
Destructor. |
Base exception class for the object to relational access.
Definition at line 10 of file Exception.h.
Exception::Exception | ( | const std::string & | message, |
const std::string & | methodName | ||
) |
Constructor.
Reimplemented from cms::Exception.
Definition at line 4 of file Exception.cc.
: cms::Exception( "Condition_ORA", message+" from "+methodName ) {}
virtual ora::Exception::~Exception | ( | ) | throw () [inline, virtual] |