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

/libcore/luni/src/main/java/java/sql/
H A DSQLRecoverableException.java20 public class SQLRecoverableException extends SQLException { class in inherits:SQLException
25 * Creates an SQLRecoverableException object. The Reason string is set to
28 public SQLRecoverableException() { method in class:SQLRecoverableException
32 * Creates an SQLRecoverableException object. The Reason string is set to
39 public SQLRecoverableException(String reason) { method in class:SQLRecoverableException
44 * Creates an SQLRecoverableException object. The Reason string is set to
53 public SQLRecoverableException(String reason, String sqlState) { method in class:SQLRecoverableException
58 * Creates an SQLRecoverableException object. The Reason string is set to
69 public SQLRecoverableException(String reason, String sqlState, method in class:SQLRecoverableException
75 * Creates an SQLRecoverableException objec
83 public SQLRecoverableException(Throwable cause) { method in class:SQLRecoverableException
98 public SQLRecoverableException(String reason, Throwable cause) { method in class:SQLRecoverableException
116 public SQLRecoverableException(String reason, String sqlState, method in class:SQLRecoverableException
137 public SQLRecoverableException(String reason, String sqlState, method in class:SQLRecoverableException
[all...]

Completed in 50 milliseconds