Class SQLite::Exceptions::ProtocolException
In: ext/sqlite-api.c
Parent: DatabaseException

From the SQLite documentation:

"This value is returned if some other process is messing with file locks and has violated the file locking protocol that SQLite uses on its rollback journal files."

[Validate]