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")
Inherited Properties
propertyInherited Properties from SQLException: sqlState, vendorCode
propertyInherited Properties from Exception: message
propertyInherited Properties 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.
Inherited Methods
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml