Class CouldNotConnectToDatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.CouldNotConnectToDatabaseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseDriverMissingException
,DatabaseIsNotReachableException
,DatabaseIsOutOfSpaceException
,MySqlDriverIncompatibilityError
public class CouldNotConnectToDatabaseException extends DBException
Thrown when TeamCity could not connect to DBMS or DBMS could not open files.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CouldNotConnectToDatabaseException(String message, SQLException exception)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.db.DBException
getCauseMessage, getSqlException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CouldNotConnectToDatabaseException
protected CouldNotConnectToDatabaseException(String message, SQLException exception)
-
-