UnsupportedDatabaseException
class UnsupportedDatabaseException(databaseProductName: String, supported: Collection<String>) : FF4kConfigurationException(source)
Exception thrown when the database type is not supported.
Parameters
databaseProductName
The name of the unsupported database product.
supported
A collection of supported database names.