Uses of Class
com.h2tcoin.takamakachain.exceptions.db.InvalidDatabaseStateException
-
Packages that use InvalidDatabaseStateException Package Description com.h2tcoin.takamakachain.db.embedded -
-
Uses of InvalidDatabaseStateException in com.h2tcoin.takamakachain.db.embedded
Methods in com.h2tcoin.takamakachain.db.embedded that throw InvalidDatabaseStateException Modifier and Type Method Description Connection
TkmDBS. getConnection()
void
TkmDBS. switchConnection(Integer epoch, Integer slot, String dbName)
switch the connection to existing database
-