if(rowId[i] != null && !rowId[i].equals(""))
{
int elementID = Integer.parseInt(rowId[i]);
try
{
remote.deleteEntity(elementID, individualId);
} catch(AuthorizationFailedException ae) {
String errorMessage = ae.getExceptionDescription();
deleteLog.add(errorMessage);
} catch(RemoteException re) {
logger.error("[execute] Exception thrown.", re);