Home
last modified time | relevance | path

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

/dalvik/libcore/sql/src/main/java/java/sql/
DSQLException.java44 public class SQLException extends Exception implements Serializable { class
59 public SQLException() { in SQLException() method in SQLException
71 public SQLException(String theReason) { in SQLException() method in SQLException
85 public SQLException(String theReason, String theSQLState) { in SQLException() method in SQLException
102 public SQLException(String theReason, String theSQLState, int theErrorCode) { in SQLException() method in SQLException