} catch (ClusteredInvocationException e) {
throw (IOException) new IOException().initCause(e);
}
}
};
InvocationProxy invocationProxy = wadiManager.getInvocationProxy();
invocation.init(request, response, chainAdapter, invocationProxy);
try {
wadiManager.contextualise(invocation);
} catch (InvocationException e) {
Throwable throwable = e.getCause();