// If we get an error, we log it but don't throw an exception.
// We just carry on as if we hadn't found the asset.
logger.error("remote-component-not-available",
new Object[]{name}, throwable);
}
method.releaseConnection();
}
return new PolicyBuilderResponse(project, builder);
}