FileDocCategorySizeDatePackage
SQLiteMisuseException.javaAPI DocAndroid 1.5 API834Wed May 06 22:41:54 BST 2009android.database.sqlite

SQLiteMisuseException

public class SQLiteMisuseException extends SQLiteException

Fields Summary
Constructors Summary
public SQLiteMisuseException()

public SQLiteMisuseException(String error)

        super(error);
    
Methods Summary