android · android/SQLiteException
SQLiteException
SQLiteException
Base class for all Android SQLite database errors, including constraint violations, disk full conditions, and database corruption. Consider using Room, which wraps these into more descriptive, typed exceptions and provides compile-time query verification.