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) {
|
if (task.getResult() != null) {
|
||||||
logger.debug("Task exception:"
|
logger.debug("Task exception:"
|
||||||
+ task.getErrorCause());
|
+ task.getErrorCause());
|
||||||
exportMonitor.setError(new Throwable(task
|
exportMonitor.setError(task
|
||||||
.getErrorCause()));
|
.getErrorCause());
|
||||||
} else {
|
} else {
|
||||||
logger.debug("Task exception: Error In Export");
|
logger.debug("Task exception: Error In Export");
|
||||||
exportMonitor.setError(new Throwable(
|
exportMonitor.setError(new Throwable(
|
||||||
|
|
Loading…
Reference in New Issue