![]() |
stldb::recovery_needed
// In header: </Users/bobw/workspaces/STLdb/stldb_lib/stldb/exceptions.h> class recovery_needed : public stldb::stldb_exception { public: // construct/copy/destruct recovery_needed(); recovery_needed(const char *); };
Exception type thrown when a Database is found to have been compromised because of failed processes which may have left hung locks, or because the boost::interprocess::region check_sanity() method returns false.