+ containerManagementPort + managementContextPath + SHUTDOWN_ENDPOINT, Object.class,
Object.class);
}
catch (RestClientException e) {
throw new ContainerShutdownException(e.getMessage());
}
}
else {
throw new NoSuchContainerException("Container could not be found with id " + containerId);
}