The error handling currently swallows Throwable both for retrieving the action's plugin class and for invoking the action. This causes any failures thrown when the action is invoked to be ignored. This is too broad and makes problems such as https://github.com/spring-projects/spring-boot/issues/32661 harder to diagnose. We should refine the error handling to only swallow Throwable when getting the action's plugin class.