Fixed Template Not Compatible Exception

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@120236 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-11-09 16:58:04 +00:00
parent acba461940
commit 3e5b79967f
1 changed files with 1 additions and 1 deletions

View File

@ -6756,7 +6756,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
ResourceBundle messages = getResourceBundle(session);
logger.error("Template not compatible with this tabular resource!");
e.printStackTrace();
throw new TDGWTIsFlowException(
throw new TDGWTServiceException(
messages.getString(TDGWTServiceMessagesConstants.templateNotCompatibleException));
} catch (TDGWTServiceException e) {
throw e;