Searched refs:theCause (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DSQLException.java108 * @param theCause
114 public SQLException(Throwable theCause) { argument
115 this(theCause == null ? null : theCause.toString(), null, 0, theCause);
124 * @param theCause
130 public SQLException(String theReason, Throwable theCause) { argument
131 super(theReason, theCause);
144 * @param theCause
149 public SQLException(String theReason, String theSQLState, Throwable theCause) { argument
171 SQLException(String theReason, String theSQLState, int theErrorCode, Throwable theCause) argument
[all...]

Completed in 44 milliseconds