if (bean != null)
return bean;
}
throw injectManager.unsatisfiedException(type, qualifiers);
} catch (UnsatisfiedResolutionException e) {
throw new UnsatisfiedResolutionException(location + e.getMessage(), e);
} catch (AmbiguousResolutionException e) {
throw new AmbiguousResolutionException(location + e.getMessage(), e);
} catch (InjectionException e) {