Catched Generic Exception

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@149158 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-05-26 14:43:38 +00:00
parent 834898a466
commit 3dff726ef5
1 changed files with 1 additions and 0 deletions

View File

@ -2930,6 +2930,7 @@ public class GWTWorkspaceServiceImpl extends RemoteServiceServlet implements GWT
return reportValidation;
} catch (Exception e) {
workspaceLogger.error("Error on setting ACLs", e);
throw new Exception("Sorry, an error occurred when validating ACL assignment, try again later");
}
}else