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

/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DSQLTransientException.java35 public class SQLTransientException extends java.sql.SQLException { class in inherits:java.sql.SQLException
48 public SQLTransientException() { method in class:SQLTransientException
65 public SQLTransientException(String reason) { method in class:SQLTransientException
82 public SQLTransientException(String reason, String SQLState) { method in class:SQLTransientException
100 public SQLTransientException(String reason, String SQLState, int vendorCode) { method in class:SQLTransientException
117 public SQLTransientException(Throwable cause) { method in class:SQLTransientException
133 public SQLTransientException(String reason, Throwable cause) { method in class:SQLTransientException
149 public SQLTransientException(String reason, String SQLState, Throwable cause) { method in class:SQLTransientException
166 public SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { method in class:SQLTransientException
[all...]

Completed in 58 milliseconds