Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@85122 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-06 17:27:05 +00:00
parent 453ba17dc0
commit e3d005c406
1 changed files with 2 additions and 0 deletions

View File

@ -579,6 +579,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
importMonitor.setError(new Throwable(task.getResult()
.getException().toString()));
} else {
logger.debug("Task exception: Error In Import");
importMonitor.setError(new Throwable(
"Error In Import"));
}
@ -919,6 +920,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
importMonitor.setError(new Throwable(task.getResult()
.getException().toString()));
} else {
logger.debug("Task exception: Error In Import");
importMonitor.setError(new Throwable(
"Error In Import"));
}