
android.database.sqlite.SQLiteException Maven / Gradle / Ivy
package android.database.sqlite;
import android.database.SQLException;
public class SQLiteException
extends SQLException
{
public SQLiteException()
{
throw new RuntimeException("Stub!");
}
public SQLiteException(String error)
{
throw new RuntimeException("Stub!");
}
public SQLiteException(String error, Throwable cause)
{
throw new RuntimeException("Stub!");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy