216217218219220221222223224225226
if (coordinator != null) { try { coordinator.fail(fail, addressingProperties, arjunaContext) ; } catch (final Throwable th) { if (WSTLogger.arjLoggerI18N.isDebugEnabled()) {
331332333334335336337338339340341