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

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

Completed in 47 milliseconds