Home
last modified time | relevance | path

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