};
final StandardSQLExceptionConverter converter = new StandardSQLExceptionConverter();
sqlExceptionConverter = converter;
converter.addDelegate( new SQLExceptionTypeDelegate( conversionContext ) );
// todo : vary this based on extractedMetaDataSupport.getSqlStateType()
converter.addDelegate( new SQLStateConversionDelegate( conversionContext ) );
// todo : add Dialect#getSQLExceptionConversionDelegate method and add result here if non-null
}
this.sqlExceptionHelper = new SqlExceptionHelper( sqlExceptionConverter );
}