Skip to content

Commit 8e1cf3a

Browse files
committed
switch to use android.database.sqlite version of SQLiteAbortException
1 parent 5bc2e09 commit 8e1cf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher/src/main/jni/sqlcipher/android_database_SQLiteCommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void throw_sqlite3_exception(JNIEnv* env, int errcode,
8080
exceptionClass = "android/database/sqlite/SQLiteConstraintException";
8181
break;
8282
case SQLITE_ABORT:
83-
exceptionClass = "net/zetetic/database/sqlcipher/SQLiteAbortException";
83+
exceptionClass = "android/database/sqlite/SQLiteAbortException";
8484
break;
8585
case SQLITE_DONE:
8686
exceptionClass = "android/database/sqlite/SQLiteDoneException";

0 commit comments

Comments
 (0)