Home
last modified time | relevance | path

Searched refs:SQLRecoverableException (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DSQLRecoverableException.java39 public class SQLRecoverableException extends java.sql.SQLException { class
52 public SQLRecoverableException() { in SQLRecoverableException() method in SQLRecoverableException
69 public SQLRecoverableException(String reason) { in SQLRecoverableException() method in SQLRecoverableException
86 public SQLRecoverableException(String reason, String SQLState) { in SQLRecoverableException() method in SQLRecoverableException
104 public SQLRecoverableException(String reason, String SQLState, int vendorCode) { in SQLRecoverableException() method in SQLRecoverableException
121 public SQLRecoverableException(Throwable cause) { in SQLRecoverableException() method in SQLRecoverableException
137 public SQLRecoverableException(String reason, Throwable cause) { in SQLRecoverableException() method in SQLRecoverableException
153 public SQLRecoverableException(String reason, String SQLState, Throwable cause) { in SQLRecoverableException() method in SQLRecoverableException
170 … public SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLRecoverableException() method in SQLRecoverableException
/libcore/
Dopenjdk_java_files.bp768 "ojluni/src/main/java/java/sql/SQLRecoverableException.java",
DEXPECTED_UPSTREAM752 …ni/src/main/java/java/sql/SQLRecoverableException.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/jav…
/libcore/api/
Dcurrent.txt10431 public class SQLRecoverableException extends java.sql.SQLException {
10432 ctor public SQLRecoverableException();
10433 ctor public SQLRecoverableException(String);
10434 ctor public SQLRecoverableException(String, String);
10435 ctor public SQLRecoverableException(String, String, int);
10436 ctor public SQLRecoverableException(Throwable);
10437 ctor public SQLRecoverableException(String, Throwable);
10438 ctor public SQLRecoverableException(String, String, Throwable);
10439 ctor public SQLRecoverableException(String, String, int, Throwable);