File
Doc
Category
Size
Date
Package
SQLiteException.java
API Doc
Android 5.1 API
378
Sat Mar 14 14:09:38 GMT 2015
android.database.sqlite
SQLiteException
java.lang.Object
android.database.SQLException
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
Java Code Source