logger.error (String.format ("failed creating component: %s; ignoring!", createResponse), exception);
throw (new Error (exception));
}
} catch (final Throwable exception) {
exceptions.trace (ExceptionResolution.Ignored, exception);
logger.error ("failed creating component; ignoring!", exception);
throw (new Error (exception));
}
} catch (final Throwable exception) {
exceptions.trace (ExceptionResolution.Ignored, exception);
logger.error ("failed creating component; ignoring!", exception);