updated error

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/storagehub-client-wrapper@173228 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-10-10 16:38:45 +00:00
parent 6e8f680fb6
commit b878496a2a
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ public final class WorkspaceStorageHubClientService implements Workspace{
FolderItem folderItem = storageHubClientService.getRootSharedFolder(itemId);
return HLMapper.toWorkspaceItem(folderItem);
}catch(Exception e){
logger.error("Get root shared folder error: "+e.getMessage());
logger.error("Get root shared folder error: ", e);
throw new Exception("Error on getting the root shared folder. "+e.getMessage());
}
}