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

/libcore/luni/src/main/java/java/sql/
H A DSQLException.java40 public class SQLException extends Exception implements Serializable, Iterable<Throwable> { class in inherits:Exception,Serializable,Iterable
48 private SQLException next = null;
51 * Creates an {@code SQLException} object. The reason string is set to
55 public SQLException() { method in class:SQLException
59 * Creates an {@code SQLException} object. The reason string is set to the given
66 public SQLException(String theReason) { method in class:SQLException
71 * Creates an {@code SQLException} object. The reason string is set to the
80 public SQLException(String theReason, String theSQLState) { method in class:SQLException
85 * Creates an {@code SQLException} object. The reason string is set to the
97 public SQLException(Strin method in class:SQLException
114 public SQLException(Throwable theCause) { method in class:SQLException
130 public SQLException(String theReason, Throwable theCause) { method in class:SQLException
149 public SQLException(String theReason, String theSQLState, Throwable theCause) { method in class:SQLException
171 public SQLException(String theReason, String theSQLState, int theErrorCode, method in class:SQLException
[all...]

Completed in 4200 milliseconds