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

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLTimeoutException.java36 public class SQLTimeoutException extends SQLTransientException { class in inherits:SQLTransientException
38 * Constructs a <code>SQLTimeoutException</code> object.
48 public SQLTimeoutException() { method in class:SQLTimeoutException
53 * Constructs a <code>SQLTimeoutException</code> object
65 public SQLTimeoutException(String reason) { method in class:SQLTimeoutException
70 * Constructs a <code>SQLTimeoutException</code> object
82 public SQLTimeoutException(String reason, String SQLState) { method in class:SQLTimeoutException
87 * Constructs a <code>SQLTimeoutException</code> object
100 public SQLTimeoutException(String reason, String SQLState, int vendorCode) { method in class:SQLTimeoutException
105 * Constructs a <code>SQLTimeoutException</cod
117 public SQLTimeoutException(Throwable cause) { method in class:SQLTimeoutException
133 public SQLTimeoutException(String reason, Throwable cause) { method in class:SQLTimeoutException
149 public SQLTimeoutException(String reason, String SQLState, Throwable cause) { method in class:SQLTimeoutException
166 public SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) { method in class:SQLTimeoutException
[all...]

Completed in 848 milliseconds