Searched defs:SQLTransientException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DSQLTransientException.java36 public class SQLTransientException extends java.sql.SQLException { class in inherits:java.sql.SQLException
39 * Constructs a <code>SQLTransientException</code> object.
49 public SQLTransientException() { method in class:SQLTransientException
54 * Constructs a <code>SQLTransientException</code> object
66 public SQLTransientException(String reason) { method in class:SQLTransientException
71 * Constructs a <code>SQLTransientException</code> object
83 public SQLTransientException(String reason, String SQLState) { method in class:SQLTransientException
88 * Constructs a <code>SQLTransientException</code> object
101 public SQLTransientException(String reason, String SQLState, int vendorCode) { method in class:SQLTransientException
106 * Constructs a <code>SQLTransientException</cod
118 public SQLTransientException(Throwable cause) { method in class:SQLTransientException
134 public SQLTransientException(String reason, Throwable cause) { method in class:SQLTransientException
150 public SQLTransientException(String reason, String SQLState, Throwable cause) { method in class:SQLTransientException
167 public SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { method in class:SQLTransientException
[all...]

Completed in 63 milliseconds