TableDoesNotExistException

class TableDoesNotExistException(msg: String = "TableDoesNotExistException: The table in the database does not exist!") : RuntimeException

Author

rossetti

Constructors

Link copied to clipboard
constructor(msg: String = "TableDoesNotExistException: The table in the database does not exist!")

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard