Package io.github.zero88.jooqx.spi.mssql
Class MSSQLErrorConverter
java.lang.Object
io.github.zero88.jooqx.spi.mssql.MSSQLErrorConverter
- All Implemented Interfaces:
JooqErrorConverter<io.vertx.mssqlclient.MSSQLException>,SQLErrorConverter
public final class MSSQLErrorConverter
extends Object
implements JooqErrorConverter<io.vertx.mssqlclient.MSSQLException>
MSSQL error converter
- Since:
- 1.0.0
- See Also:
-
MSSQLException
-
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
-
MSSQLErrorConverter
public MSSQLErrorConverter()
-
-
Method Details
-
transform
@NotNull public @NotNull org.jooq.exception.DataAccessException transform(io.vertx.mssqlclient.MSSQLException e) - Specified by:
transformin interfaceJooqErrorConverter<io.vertx.mssqlclient.MSSQLException>
-
throwableType
- Specified by:
throwableTypein interfaceJooqErrorConverter<io.vertx.mssqlclient.MSSQLException>
-