Electroneum
cryptonote::DB_ERROR_TXN_START Class Reference

thrown when there is an error starting a DB transaction More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::DB_ERROR_TXN_START:
Collaboration diagram for cryptonote::DB_ERROR_TXN_START:

Public Member Functions

 DB_ERROR_TXN_START ()
 
 DB_ERROR_TXN_START (const char *s)
 
- Public Member Functions inherited from cryptonote::DB_EXCEPTION
virtual ~DB_EXCEPTION ()
 
const char * what () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from cryptonote::DB_EXCEPTION
 DB_EXCEPTION (const char *s)
 

Detailed Description

thrown when there is an error starting a DB transaction

Definition at line 231 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ DB_ERROR_TXN_START() [1/2]

cryptonote::DB_ERROR_TXN_START::DB_ERROR_TXN_START ( )
inline

Definition at line 234 of file blockchain_db.h.

234 : DB_EXCEPTION("DB Error in starting txn") { }
DB_EXCEPTION(const char *s)

◆ DB_ERROR_TXN_START() [2/2]

cryptonote::DB_ERROR_TXN_START::DB_ERROR_TXN_START ( const char *  s)
inline

Definition at line 235 of file blockchain_db.h.

235 : DB_EXCEPTION(s) { }
DB_EXCEPTION(const char *s)

The documentation for this class was generated from the following file: