FileDocCategorySizeDatePackage
SQLiteException.javaAPI DocAndroid 5.1 API378Sat Mar 14 14:09:38 GMT 2015android.database.sqlite

SQLiteException

public class SQLiteException extends android.database.SQLException

Fields Summary
Constructors Summary
public SQLiteException()

 throw new RuntimeException("Stub!"); 
public SQLiteException(String error)

 throw new RuntimeException("Stub!"); 
public SQLiteException(String error, Throwable cause)

 throw new RuntimeException("Stub!"); 
Methods Summary