Searched defs:SQLFeatureNotSupportedException (Results 1 – 1 of 1) sorted by relevance
43 public class SQLFeatureNotSupportedException extends SQLNonTransientException { class56 public SQLFeatureNotSupportedException() { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException73 public SQLFeatureNotSupportedException(String reason) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException90 public SQLFeatureNotSupportedException(String reason, String SQLState) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException125 public SQLFeatureNotSupportedException(Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException141 public SQLFeatureNotSupportedException(String reason, Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException157 public SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) { in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException() method in SQLFeatureNotSupportedException