Uses of Class
jetbrains.buildServer.serverSide.db.CouldNotConnectToDatabaseException
-
Packages that use CouldNotConnectToDatabaseException Package Description jetbrains.buildServer.serverSide.db jetbrains.buildServer.serverSide.db.MySQL -
-
Uses of CouldNotConnectToDatabaseException in jetbrains.buildServer.serverSide.db
Subclasses of CouldNotConnectToDatabaseException in jetbrains.buildServer.serverSide.db Modifier and Type Class Description class
DatabaseDriverMissingException
class
DatabaseIsNotReachableException
Thrown when TeamCity could not connect to DBMS or DBMS could not open files.class
DatabaseIsOutOfSpaceException
Thrown when could not create or extend a stored object because no free space or tablespace quota is exhausted.class
DBDisconnectedException
Thrown when TeamCity could not connect to DBMS or DBMS could not open files.class
NativeDatabaseDriverIsNotAccessibleException
Thrown when native database driver is not found. -
Uses of CouldNotConnectToDatabaseException in jetbrains.buildServer.serverSide.db.MySQL
Subclasses of CouldNotConnectToDatabaseException in jetbrains.buildServer.serverSide.db.MySQL Modifier and Type Class Description class
MySqlDriverIncompatibilityError
A dumb incompatibility between MySQL server and MySQL jdbc driver.
-