Home
last modified time | relevance | path

Searched defs:SQLFeatureNotSupportedException (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLFeatureNotSupportedException.java24 public class SQLFeatureNotSupportedException extends SQLNonTransientException { class
33 public SQLFeatureNotSupportedException() { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
44 public SQLFeatureNotSupportedException(String reason) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
58 public SQLFeatureNotSupportedException(String reason, String sqlState) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
74 public SQLFeatureNotSupportedException(String reason, String sqlState, in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
88 public SQLFeatureNotSupportedException(Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
103 public SQLFeatureNotSupportedException(String reason, Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
121 public SQLFeatureNotSupportedException(String reason, String sqlState, in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
143 public SQLFeatureNotSupportedException(String reason, String sqlState, in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException