Class MySQLDialectExceptionMapper
- java.lang.Object
-
- org.apache.shardingsphere.dialect.mysql.mapper.MySQLDialectExceptionMapper
-
- All Implemented Interfaces:
SQLDialectExceptionMapper,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public final class MySQLDialectExceptionMapper extends Object implements SQLDialectExceptionMapper
MySQL dialect exception mapper.
-
-
Constructor Summary
Constructors Constructor Description MySQLDialectExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExceptionconvert(SQLDialectException sqlDialectException)StringgetType()
-
-
-
Method Detail
-
convert
public SQLException convert(SQLDialectException sqlDialectException)
- Specified by:
convertin interfaceSQLDialectExceptionMapper
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-
-