fixed exception error
This commit is contained in:
parent
9fb05560e2
commit
bd5cfa29ea
|
@ -1507,7 +1507,7 @@ public final class WorkspaceStorageHubClientService implements Workspace{
|
|||
}catch(Exception e){
|
||||
String error = "Error on updating the description for item with id: "+itemId;
|
||||
LOGGER.error(error, e);
|
||||
throw new Exception(error);
|
||||
throw new Exception(e);
|
||||
}
|
||||
|
||||
return updatedDescription;
|
||||
|
|
Loading…
Reference in New Issue