Searched refs:SQLRecoverableException (Results 1 – 2 of 2) 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/ |
| D | openjdk_java_files.bp | 729 "ojluni/src/main/java/java/sql/SQLRecoverableException.java",
|