final String identifier = (String) ((List<?>) createResponseMap.get ("keys")).get (0);
Preconditions.checkNotNull (identifier);
componentIdentifier.set (identifier);
} catch (final Throwable exception) {
exceptions.trace (ExceptionResolution.Ignored, exception);
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);