Searched defs:SQLException (Results 1 – 1 of 1) sorted by relevance
53 public class SQLException extends java.lang.Exception class69 public SQLException(String reason, String SQLState, int vendorCode) { in SQLException() method in SQLException95 public SQLException(String reason, String SQLState) { in SQLException() method in SQLException118 public SQLException(String reason) { in SQLException() method in SQLException139 public SQLException() { in SQLException() method in SQLException164 public SQLException(Throwable cause) { in SQLException() method in SQLException186 public SQLException(String reason, Throwable cause) { in SQLException() method in SQLException209 public SQLException(String reason, String sqlState, Throwable cause) { in SQLException() method in SQLException235 public SQLException(String reason, String sqlState, int vendorCode, Throwable cause) { in SQLException() method in SQLException