implement ResourceRegistryStandardImpl#convert to get rid of 'todo'
This commit is contained in:
parent
adc87b7908
commit
70b6de476c
|
@ -239,8 +239,7 @@ public final class ResourceRegistryStandardImpl implements ResourceRegistry {
|
|||
}
|
||||
|
||||
private JDBCException convert(SQLException e, String s) {
|
||||
// todo : implement
|
||||
return null;
|
||||
return new JDBCException( s, e );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue