FileDocCategorySizeDatePackage
SQLiteTableLockedException.javaAPI DocAndroid 5.1 API849Thu Mar 12 22:22:10 GMT 2015android.database.sqlite

SQLiteTableLockedException

public class SQLiteTableLockedException extends SQLiteException

Fields Summary
Constructors Summary
public SQLiteTableLockedException()

public SQLiteTableLockedException(String error)

        super(error);
    
Methods Summary