/* */
/* */ public void build(DeploymentUnit unit, Map<String, ManagedObject> managedObjects) throws DeploymentException
/* */ {
/* */ try
/* */ {
/* 200 */ ManagedObjectCreator creator = getManagedObjectCreator();
/* 201 */ if (creator != null)
/* 202 */ creator.build(unit, managedObjects);
/* */ }
/* */ catch (Throwable t)
/* */ {
/* 206 */ throw DeploymentException.rethrowAsDeploymentException("Error building managed objects for " + unit.getName(), t);
/* */ }