org.sqlite.NativeLibraryNotFoundException Maven / Gradle / Ivy
The newest version!
package org.sqlite;
public class NativeLibraryNotFoundException extends Exception {
public NativeLibraryNotFoundException(String message) {
super(message);
}
}