Searched refs:SQLRecoverableException (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/sql/ |
D | SQLRecoverableException.java | 39 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/api/ |
D | current.txt | 10632 public class SQLRecoverableException extends java.sql.SQLException { 10633 ctor public SQLRecoverableException(); 10634 ctor public SQLRecoverableException(String); 10635 ctor public SQLRecoverableException(String, String); 10636 ctor public SQLRecoverableException(String, String, int); 10637 ctor public SQLRecoverableException(Throwable); 10638 ctor public SQLRecoverableException(String, Throwable); 10639 ctor public SQLRecoverableException(String, String, Throwable); 10640 ctor public SQLRecoverableException(String, String, int, Throwable);
|
/libcore/ |
D | openjdk_java_files.bp | 772 "ojluni/src/main/java/java/sql/SQLRecoverableException.java",
|
D | EXPECTED_UPSTREAM | 760 …ni/src/main/java/java/sql/SQLRecoverableException.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/jav…
|