Searched refs:DatabaseNotFoundException (Results 1 – 8 of 8) sorted by relevance
8 class DatabaseNotFoundException(name: String) : class
57 throw DatabaseNotFoundException(dbName) in <lambda>()
23 internal class DatabaseNotFoundException: GenericException<String> { class
56 throw DatabaseNotFoundException(dbName) in definition()
44 throw DatabaseNotFoundException(dbName) in definition()
46 throw DatabaseNotFoundException(dbName) in <lambda>()