Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@86590 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7961e8e807
commit
de7555b90b
|
@ -1616,8 +1616,8 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
if (task.getResult() != null) {
|
||||
logger.debug("Task exception:"
|
||||
+ task.getErrorCause());
|
||||
exportMonitor.setError(new Throwable(task
|
||||
.getErrorCause()));
|
||||
exportMonitor.setError(task
|
||||
.getErrorCause());
|
||||
} else {
|
||||
logger.debug("Task exception: Error In Export");
|
||||
exportMonitor.setError(new Throwable(
|
||||
|
|
Loading…
Reference in New Issue