Package io.github.zero88.jooqx.spi.mysql
Class MySQLErrorConverter
java.lang.Object
io.github.zero88.jooqx.spi.mysql.MySQLErrorConverter
- All Implemented Interfaces:
JooqErrorConverter<io.vertx.mysqlclient.MySQLException>,SQLErrorConverter
public final class MySQLErrorConverter
extends Object
implements JooqErrorConverter<io.vertx.mysqlclient.MySQLException>
MySQL error converter
- Since:
- 1.0.0
- See Also:
-
MySQLException
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.zero88.jooqx.JooqErrorConverter
JooqErrorConverter.JDBCErrorConverter -
Field Summary
Fields inherited from interface io.github.zero88.jooqx.SQLErrorConverter
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.zero88.jooqx.JooqErrorConverter
handleMethods inherited from interface io.github.zero88.jooqx.SQLErrorConverter
andThen, reThrowError
-
Constructor Details
-
MySQLErrorConverter
public MySQLErrorConverter()
-
-
Method Details
-
transform
@NotNull public @NotNull org.jooq.exception.DataAccessException transform(io.vertx.mysqlclient.MySQLException e) - Specified by:
transformin interfaceJooqErrorConverter<io.vertx.mysqlclient.MySQLException>
-
throwableType
- Specified by:
throwableTypein interfaceJooqErrorConverter<io.vertx.mysqlclient.MySQLException>
-