PMDK C++ bindings
1.9.1
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Custom pool error class. More...
#include <libpmemobj++/pexceptions.hpp>
Inherits runtime_error.
Custom pool error class.
Thrown when there is a runtime problem with some action on the pool, e.g., when cannot open or create a pool, the wrong handle to pool was passed to some function, or a referenced object is not stored on persistent memory.