// e.g. notifier.invokingServiceFailed().
// XXX If error occurs before invoking a service, create a fake
// invocation context.
if (this.invocationContext == null) {
this.invocationContext = new InvocationContextImpl(this.initiator,
this.receiver);
}
logger.entering(new Object[] { message, e });
logger.caught(e);