SQLFeatureNotSupportedException
classin packageklyn.databases.sql
public class SQLFeatureNotSupportedException extends SQLException:
└ SQLFeatureNotSupportedException
Raised when a requested SQL feature is declared by the API but not yet provided by the current driver or runtime branch.
import klyn.databases.sql

throw SQLFeatureNotSupportedException("Scrollable cursors are unavailable")
Properties inherited from SQLException: sqlState, vendorCode
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public SQLFeatureNotSupportedException
SQLFeatureNotSupportedException(message as String = "SQL feature not supported"):
Creates a feature-not-supported exception.
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml