Uses of Class
org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException
Packages that use MariaDbSqlException
-
Uses of MariaDbSqlException in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol that return MariaDbSqlExceptionModifier and TypeMethodDescriptionprivate MariaDbSqlException
AbstractQueryProtocol.exceptionWithQuery
(String sql, SQLException sqlException, boolean explicitClosed) private MariaDbSqlException
AbstractQueryProtocol.exceptionWithQuery
(ParameterHolder[] parameters, PrepareResult serverPrepareResult, SQLException sqlException, boolean explicitClosed) -
Uses of MariaDbSqlException in org.mariadb.jdbc.internal.util.exceptions
Methods in org.mariadb.jdbc.internal.util.exceptions that return MariaDbSqlExceptionModifier and TypeMethodDescriptionstatic MariaDbSqlException
MariaDbSqlException.of
(SQLException cause, String sql) MariaDbSqlException.withDeadLockInfo
(String deadLockInfo) MariaDbSqlException.withThreadName
(String threadName)