Class MySqlDriverIncompatibilityError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.CouldNotConnectToDatabaseException
-
- jetbrains.buildServer.serverSide.db.MySQL.MySqlDriverIncompatibilityError
-
- All Implemented Interfaces:
Serializable
public final class MySqlDriverIncompatibilityError extends CouldNotConnectToDatabaseException
A dumb incompatibility between MySQL server and MySQL jdbc driver. See TW-33439 or MySQL bug 66659 for details. One MySQL guy blames that another MySQL guy had plenty of time to fix it.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
MYSQL_JDBC_INCOMPATIBILITY_BUG_66659
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
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
-
-
-
-
Field Detail
-
MYSQL_JDBC_INCOMPATIBILITY_BUG_66659
@NonNls @NotNull public static final String MYSQL_JDBC_INCOMPATIBILITY_BUG_66659
- See Also:
- Constant Field Values
-
-