UnsupportedDatabaseException

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.

Constructors

Link copied to clipboard
constructor(databaseProductName: String, supported: Collection<String>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?