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

/dalvik/libcore/sql/src/main/java/java/sql/
H A DSQLException.java27 * The {@code SQLException} class provides the following information:
44 public class SQLException extends Exception implements Serializable { class in inherits:Exception,Serializable
52 private SQLException next = null;
55 * Creates an {@code SQLException} object. The reason string is set to
59 public SQLException() { method in class:SQLException
64 * Creates an {@code SQLException} object. The reason string is set to the given
71 public SQLException(String theReason) { method in class:SQLException
76 * Creates an {@code SQLException} object. The reason string is set to the
85 public SQLException(String theReason, String theSQLState) { method in class:SQLException
90 * Creates an {@code SQLException} objec
102 public SQLException(String theReason, String theSQLState, int theErrorCode) { method in class:SQLException
[all...]

Completed in 141 milliseconds