Electroneum
cryptonote::DB_CREATE_FAILURE Class Reference

thrown when creating the BlockchainDB fails More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::DB_CREATE_FAILURE:
Collaboration diagram for cryptonote::DB_CREATE_FAILURE:

Public Member Functions

 DB_CREATE_FAILURE ()
 
 DB_CREATE_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 creating the BlockchainDB fails

Definition at line 251 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ DB_CREATE_FAILURE() [1/2]

cryptonote::DB_CREATE_FAILURE::DB_CREATE_FAILURE ( )
inline

Definition at line 254 of file blockchain_db.h.

254 : DB_EXCEPTION("Failed to create the db") { }
DB_EXCEPTION(const char *s)

◆ DB_CREATE_FAILURE() [2/2]

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

Definition at line 255 of file blockchain_db.h.

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

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