CreateCostElement: fixed error introduced in rev. 6455

This commit is contained in:
teo_sarca 2008-09-17 10:40:15 +00:00
parent 8937778bab
commit f2f6239d0e
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class CreateCostElement extends SvrProcess
}
catch (SQLException e)
{
throw new DBException(e, sql);
throw new DBException(e);
}
finally
{