#include <Exception.h>
Public Member Functions | |
TransactionException (const std::string &from, const std::string &msg) | |
virtual | ~TransactionException () throw () |
Definition at line 27 of file Exception.h.
cond::TransactionException::TransactionException | ( | const std::string & | from, |
const std::string & | msg | ||
) |
Definition at line 13 of file Exception.cc.
: cond::Exception(std::string("Transaction Error ")+from+" "+msg){}
virtual cond::TransactionException::~TransactionException | ( | ) | throw () [inline, virtual] |
Definition at line 31 of file Exception.h.
{}