initInvoker.invokeEvent(instance);
} catch (Exception e) {
try {
stop();
} catch (TargetDestructionException e1) {
throw new TargetInitializationException("TargetDestructionException while handling init exception", e);
}
throw new TargetInitializationException(e);
}
}
}