All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sqlite.NativeLibraryNotFoundException Maven / Gradle / Ivy

package org.sqlite;

public class NativeLibraryNotFoundException extends Exception {
    public NativeLibraryNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy