117118119120121122123124
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 ()); } }