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 classDatabaseDriverMissingExceptionclassDatabaseIsNotReachableExceptionThrown when TeamCity could not connect to DBMS or DBMS could not open files.classDatabaseIsOutOfSpaceExceptionThrown when could not create or extend a stored object because no free space or tablespace quota is exhausted.classDBDisconnectedExceptionThrown when TeamCity could not connect to DBMS or DBMS could not open files.classNativeDatabaseDriverIsNotAccessibleExceptionThrown 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 classMySqlDriverIncompatibilityErrorA dumb incompatibility between MySQL server and MySQL jdbc driver.
-