Fix the issue when call the Multicloud API.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / wrapper / VimManagerWrapper.java
index ae975ac..6c4c5af 100644 (file)
@@ -78,7 +78,6 @@ public class VimManagerWrapper {
         VimManagerProxy.updateVim(cloudOwner, cloudRegionId, tenant);
       } catch (ExtsysException e) {
         LOG.error("Update VIM by Multi-cloud failed !", e);
-        throw ExceptionUtil.buildExceptionResponse(e.getMessage());
       }
       return Response.ok(result).build();
     } catch (ExtsysException error) {