Searched defs:SQLException (Results 1 – 1 of 1) sorted by relevance
| /libcore/luni/src/main/java/java/sql/ |
| D | SQLException.java | 40 public class SQLException extends Exception implements Serializable, Iterable<Throwable> { class 55 public SQLException() { in SQLException() method in SQLException 66 public SQLException(String theReason) { in SQLException() method in SQLException 80 public SQLException(String theReason, String theSQLState) { in SQLException() method in SQLException 97 public SQLException(String theReason, String theSQLState, int theErrorCode) { in SQLException() method in SQLException 114 public SQLException(Throwable theCause) { in SQLException() method in SQLException 130 public SQLException(String theReason, Throwable theCause) { in SQLException() method in SQLException 149 public SQLException(String theReason, String theSQLState, Throwable theCause) { in SQLException() method in SQLException 171 public SQLException(String theReason, String theSQLState, int theErrorCode, in SQLException() method in SQLException
|