Home
last modified time | relevance | path

Searched refs:SQLTimeoutException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DSQLTimeoutException.java36 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/
Dopenjdk_java_files.bp731 "ojluni/src/main/java/java/sql/SQLTimeoutException.java",