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

From the SQLite documentation:

"This return value says that the access permissions on the database file are such that the file cannot be opened."

[Validate]