DatabaseAlreadyExistsException

class DatabaseAlreadyExistsException(msg: String = "DatabaseAlreadyExistsException: The database already exists!") : RuntimeException(source)

Author

rossetti

Constructors

Link copied to clipboard
constructor(msg: String = "DatabaseAlreadyExistsException: The database already exists!")