Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@111498 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-01-27 16:41:48 +00:00
parent 755093a259
commit 234c531fe6
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public class ExpressionServiceImpl extends RemoteServiceServlet implements
throw e;
} catch (Throwable e) {
e.printStackTrace();
throw new TDGWTServiceException("Error in Client Library Request: "
throw new TDGWTServiceException("Filter Failed on Service: "
+ e.getLocalizedMessage());
}
}
@ -208,7 +208,7 @@ public class ExpressionServiceImpl extends RemoteServiceServlet implements
"Security exception, you haven't rights!");
} catch (Throwable e) {
e.printStackTrace();
throw new TDGWTServiceException("Error in Client Library Request: "
throw new TDGWTServiceException("Error on Service: "
+ e.getLocalizedMessage());
}
}