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

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLException.java36 * <P>Each <code>SQLException</code> provides several kinds of information:
50 * <LI> the causal relationship, if any for this <code>SQLException</code>.
53 public class SQLException extends java.lang.Exception class in inherits:java.lang.Exception,Iterable
57 * Constructs a <code>SQLException</code> object with a given
69 public SQLException(String reason, String SQLState, int vendorCode) { method in class:SQLException
84 * Constructs a <code>SQLException</code> object with a given
95 public SQLException(String reason, String SQLState) { method in class:SQLException
102 DriverManager.println("SQLException: SQLState(" + SQLState + ")");
108 * Constructs a <code>SQLException</code> object with a given
118 public SQLException(Strin method in class:SQLException
139 public SQLException() { method in class:SQLException
164 public SQLException(Throwable cause) { method in class:SQLException
186 public SQLException(String reason, Throwable cause) { method in class:SQLException
209 public SQLException(String reason, String sqlState, Throwable cause) { method in class:SQLException
235 public SQLException(String reason, String sqlState, int vendorCode, Throwable cause) { method in class:SQLException
[all...]

Completed in 874 milliseconds