You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resolveFault(WebServiceMessage) method of the org.springframework.ws.client.core.FaultMessageResolver interface declares an IOException to be thrown, effectively constraining any implementations to throw either subclasses of IOException or RuntimeExceptions. Is there any reason why it should not be allowed to throw any type of Exception?