Electroneum
cryptonote::ADDR_TX_EXISTS Class Reference

#include <blockchain_db.h>

Inheritance diagram for cryptonote::ADDR_TX_EXISTS:
Collaboration diagram for cryptonote::ADDR_TX_EXISTS:

Public Member Functions

 ADDR_TX_EXISTS ()
 
 ADDR_TX_EXISTS (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

Definition at line 378 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ ADDR_TX_EXISTS() [1/2]

cryptonote::ADDR_TX_EXISTS::ADDR_TX_EXISTS ( )
inline

Definition at line 381 of file blockchain_db.h.

381 : DB_EXCEPTION("The tx record for this address already exists!") { }
DB_EXCEPTION(const char *s)

◆ ADDR_TX_EXISTS() [2/2]

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

Definition at line 382 of file blockchain_db.h.

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

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