Home
last modified time | relevance | path

Searched defs:SQLException (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
DSQLException.java22 public class SQLException extends RuntimeException { class
23 public SQLException() { in SQLException() method in SQLException
26 public SQLException(String error) { in SQLException() method in SQLException
30 public SQLException(String error, Throwable cause) { in SQLException() method in SQLException