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
  • 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 interface JooqErrorConverter<io.vertx.mysqlclient.MySQLException>
    • throwableType

      @NotNull public @NotNull Class<io.vertx.mysqlclient.MySQLException> throwableType()
      Specified by:
      throwableType in interface JooqErrorConverter<io.vertx.mysqlclient.MySQLException>