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

com.droidlogix.sqlite.datahandler.exceptions.SqliteDriverNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.droidlogix.sqlite.datahandler.exceptions;

public class SqliteDriverNotFoundException extends Exception
{
	public SqliteDriverNotFoundException()
	{
		super();
	}

	public SqliteDriverNotFoundException(String message)
	{
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy