Merge "Fix reference to moved class." into jb-dev
This commit is contained in:
@ -110,7 +110,7 @@ void throw_sqlite3_exception(JNIEnv* env, int errcode,
|
|||||||
exceptionClass = "android/database/sqlite/SQLiteDatatypeMismatchException";
|
exceptionClass = "android/database/sqlite/SQLiteDatatypeMismatchException";
|
||||||
break;
|
break;
|
||||||
case SQLITE_INTERRUPT:
|
case SQLITE_INTERRUPT:
|
||||||
exceptionClass = "android/content/OperationCanceledException";
|
exceptionClass = "android/os/OperationCanceledException";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
exceptionClass = "android/database/sqlite/SQLiteException";
|
exceptionClass = "android/database/sqlite/SQLiteException";
|
||||||
|
Reference in New Issue
Block a user