Added exception to getMyLogin method

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@131342 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-09-14 10:49:19 +00:00
parent 2f3947b7cb
commit fc2d9bc271
1 changed files with 3 additions and 0 deletions

View File

@ -2688,6 +2688,9 @@ public class GWTWorkspaceServiceImpl extends RemoteServiceServlet implements GWT
}
catch (UserRetrievalFault e) {
workspaceLogger.error("UserRetrievalFault for username: "+username);
}catch (Exception e) {
workspaceLogger.error("Error during getMyLogin for username: "+username);
}
}