Example usage for Java java.sql SQLFeatureNotSupportedException fields, constructors, methods, implement or subclass
The text is from its open source code.
SQLFeatureNotSupportedException() Constructs a SQLFeatureNotSupportedException object. | |
SQLFeatureNotSupportedException(String reason) Constructs a SQLFeatureNotSupportedException object with a given reason . | |
SQLFeatureNotSupportedException(Throwable cause) Constructs a SQLFeatureNotSupportedException object with a given cause . |
String | getMessage() Returns the detail message string of this throwable. |