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:
parent
755093a259
commit
234c531fe6
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue