diff --git a/bindings/java/jni/dataModel_SleuthkitJNI.cpp b/bindings/java/jni/dataModel_SleuthkitJNI.cpp
index 5ce1cfc3988c070464c5dc552f54242a00f46c23..ddb9fdd364a712ba65230d28b4a1817706b4d7e8 100644
--- a/bindings/java/jni/dataModel_SleuthkitJNI.cpp
+++ b/bindings/java/jni/dataModel_SleuthkitJNI.cpp
@@ -1232,6 +1232,7 @@ Java_org_sleuthkit_datamodel_SleuthkitJNI_runAddImgNat(JNIEnv * env,
     env->ReleaseStringUTFChars(deviceId, (const char *)device_id);
 
     // Must call finishAddImgNat to free the TskAutoDb
+    setThrowTskDataError(env, "Just verifying that this is the Java DB build");
 }