DatabaseDoesNotExistException

class DatabaseDoesNotExistException(msg: String = "DatabaseDoesNotExistException: The database does not exist!") : RuntimeException

Author

rossetti

Constructors

Link copied to clipboard
constructor(msg: String = "DatabaseDoesNotExistException: The database does not exist!")

Properties

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