wrapper.trace (this.exceptions);
this.handleInternalFailure (null, wrapper.exception.caught);
throw (wrapper);
} catch (final Throwable exception) {
this.handleInternalFailure (null, exception);
throw (new DeferredException (exception).wrap ());
}
this.transcript.traceInformation ("created the cloudlet component.");
}