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

/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DSQLException.java55 public class SQLException extends java.lang.Exception class in inherits:java.lang.Exception,Iterable
71 public SQLException(String reason, String SQLState, int vendorCode) { method in class:SQLException
97 public SQLException(String reason, String SQLState) { method in class:SQLException
120 public SQLException(Strin method in class:SQLException
141 public SQLException() { method in class:SQLException
166 public SQLException(Throwable cause) { method in class:SQLException
188 public SQLException(String reason, Throwable cause) { method in class:SQLException
211 public SQLException(String reason, String sqlState, Throwable cause) { method in class:SQLException
237 public SQLException(String reason, String sqlState, int vendorCode, Throwable cause) { method in class:SQLException
[all...]

Completed in 34 milliseconds