android.database.sqlite.SQLiteException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Stub classes to run Android projects in Desktop environment
The newest version!
package android.database.sqlite;
import java.sql.SQLException;
public class SQLiteException extends SQLException {
}