public class SQLFeatureNotSupportedException extends SQLException:
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")| Modifier and Type | Member | Description |
|---|---|---|
| public | SQLFeatureNotSupportedExceptionSQLFeatureNotSupportedException(message as String = "SQL feature not supported"): |
Creates a feature-not-supported exception. |