Searched defs:SQLiteException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteException.java24 public class SQLiteException extends SQLException { class in inherits:SQLException
25 public SQLiteException() { method in class:SQLiteException
28 public SQLiteException(String error) { method in class:SQLiteException
32 public SQLiteException(String error, Throwable cause) { method in class:SQLiteException

Completed in 29 milliseconds