Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DSQLException.java53 public class SQLException extends java.lang.Exception class
69 public SQLException(String reason, String SQLState, int vendorCode) { in SQLException() method in SQLException
95 public SQLException(String reason, String SQLState) { in SQLException() method in SQLException
118 public SQLException(String reason) { in SQLException() method in SQLException
139 public SQLException() { in SQLException() method in SQLException
164 public SQLException(Throwable cause) { in SQLException() method in SQLException
186 public SQLException(String reason, Throwable cause) { in SQLException() method in SQLException
209 public SQLException(String reason, String sqlState, Throwable cause) { in SQLException() method in SQLException
235 public SQLException(String reason, String sqlState, int vendorCode, Throwable cause) { in SQLException() method in SQLException