Searched refs:SQLTimeoutException (Results 1 – 2 of 2) sorted by relevance
| /libcore/ojluni/src/main/java/java/sql/ |
| D | SQLTimeoutException.java | 36 public class SQLTimeoutException extends SQLTransientException { class 48 public SQLTimeoutException() { in SQLTimeoutException() method in SQLTimeoutException 65 public SQLTimeoutException(String reason) { in SQLTimeoutException() method in SQLTimeoutException 82 public SQLTimeoutException(String reason, String SQLState) { in SQLTimeoutException() method in SQLTimeoutException 100 public SQLTimeoutException(String reason, String SQLState, int vendorCode) { in SQLTimeoutException() method in SQLTimeoutException 117 public SQLTimeoutException(Throwable cause) { in SQLTimeoutException() method in SQLTimeoutException 133 public SQLTimeoutException(String reason, Throwable cause) { in SQLTimeoutException() method in SQLTimeoutException 149 public SQLTimeoutException(String reason, String SQLState, Throwable cause) { in SQLTimeoutException() method in SQLTimeoutException 166 public SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTimeoutException() method in SQLTimeoutException
|
| /libcore/ |
| D | openjdk_java_files.bp | 731 "ojluni/src/main/java/java/sql/SQLTimeoutException.java",
|