#include <exceptions.h>
Inheritance diagram for mysqlpp::LockFailed:
Public Member Functions | |
LockFailed (const char *w="lock failed") | |
Create exception object. |
Currently, "failure" means that the object is already locked when you make a call that tries to lock it again. In the future, that case will probably result in the second thread blocking, but the thread library could assert other errors that would keep this exception relevant.