Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DSQLFeatureNotSupportedException.java43 public class SQLFeatureNotSupportedException extends SQLNonTransientException { class
56 public SQLFeatureNotSupportedException() { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
73 public SQLFeatureNotSupportedException(String reason) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
90 public SQLFeatureNotSupportedException(String reason, String SQLState) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
125 public SQLFeatureNotSupportedException(Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
141 public SQLFeatureNotSupportedException(String reason, Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
157 public SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException
174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException