Electroneum
Loading...
Searching...
No Matches
cryptonote::DB_SYNC_FAILURE Class Reference

thrown when synchronizing the BlockchainDB to disk fails More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::DB_SYNC_FAILURE:
Collaboration diagram for cryptonote::DB_SYNC_FAILURE:

Public Member Functions

 DB_SYNC_FAILURE ()
 DB_SYNC_FAILURE (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 synchronizing the BlockchainDB to disk fails

Definition at line 261 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ DB_SYNC_FAILURE() [1/2]

cryptonote::DB_SYNC_FAILURE::DB_SYNC_FAILURE ( )
inline

Definition at line 264 of file blockchain_db.h.

264: DB_EXCEPTION("Failed to sync the db") { }
DB_EXCEPTION(const char *s)
Here is the call graph for this function:

◆ DB_SYNC_FAILURE() [2/2]

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

Definition at line 265 of file blockchain_db.h.

265: DB_EXCEPTION(s) { }
Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/blockchain_db/blockchain_db.h