public <T> void instantiationFailed(
     PicoContainer container,
     ComponentAdapter<T> componentAdapter,
     Constructor<T> constructor,
     Exception cause) {
   delegate.instantiationFailed(container, componentAdapter, constructor, cause);
 }