Erwin Vervaet opened SWS-737 and commented
EndpointInterceptor defines handleFault as follows:
boolean handleFault(MessageContext messageContext, Object endpoint) throws Exception;
EndpointInterceptorAdapter provides a default implementation like this (notice the missing "throws Exception"):
public boolean handleFault(MessageContext messageContext, Object endpoint) {
return true;
}
As a result subclasses of EndpointInterceptorAdapter can no longer throw exceptions from handleFault()
Affects: 2.0.2
Referenced from: commits 3e744e7