加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20130901145333/http://developer.android.com/reference/android/database/sqlite/SQLiteTableLockedException.html
to top
Android APIs
public class

SQLiteTableLockedException

extends SQLiteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.database.SQLException
           ↳ android.database.sqlite.SQLiteException
             ↳ android.database.sqlite.SQLiteTableLockedException

Summary

Public Constructors
SQLiteTableLockedException()
SQLiteTableLockedException(String error)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SQLiteTableLockedException ()

Added in API level 11

public SQLiteTableLockedException (String error)

Added in API level 11