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