File
Doc
Category
Size
Date
Package
SQLiteTableLockedException.java
API Doc
Android 5.1 API
849
Thu Mar 12 22:22:10 GMT 2015
android.database.sqlite
SQLiteTableLockedException
java.lang.Object
SQLiteException
public class SQLiteTableLockedException extends SQLiteException
Fields Summary
Constructors Summary
public SQLiteTableLockedException
()
public SQLiteTableLockedException
(
String
error)
super(error);
Methods Summary
Java Code Source