switch to use android.database.sqlite version of SQLiteAbortException
This commit is contained in:
parent
3960a8edd3
commit
0782125540
@ -80,7 +80,7 @@ void throw_sqlite3_exception(JNIEnv* env, int errcode,
|
||||
exceptionClass = "android/database/sqlite/SQLiteConstraintException";
|
||||
break;
|
||||
case SQLITE_ABORT:
|
||||
exceptionClass = "net/zetetic/database/sqlcipher/SQLiteAbortException";
|
||||
exceptionClass = "android/database/sqlite/SQLiteAbortException";
|
||||
break;
|
||||
case SQLITE_DONE:
|
||||
exceptionClass = "android/database/sqlite/SQLiteDoneException";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user