Java java.sql SQLFeatureNotSupportedException fields, constructors, methods, implement or subclass

Example usage for Java java.sql SQLFeatureNotSupportedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql SQLFeatureNotSupportedException.

The text is from its open source code.

Subclass

java.sql.SQLFeatureNotSupportedException has subclasses.
Click this link to see all its subclasses.

Constructor

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.

Method

StringgetMessage()
Returns the detail message string of this throwable.