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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.zero88.jooqx.JooqErrorConverter
handle
Methods 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:
transform
in interfaceJooqErrorConverter<io.vertx.mysqlclient.MySQLException>
-
throwableType
- Specified by:
throwableType
in interfaceJooqErrorConverter<io.vertx.mysqlclient.MySQLException>
-