Class PostgreSQLDialectExceptionMapper
- java.lang.Object
-
- org.apache.shardingsphere.dialect.postgresql.mapper.PostgreSQLDialectExceptionMapper
-
- All Implemented Interfaces:
SQLDialectExceptionMapper,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public final class PostgreSQLDialectExceptionMapper extends Object implements SQLDialectExceptionMapper
PostgreSQL dialect exception mapper.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLDialectExceptionMapper()
-
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
-
-