Find an {@code @MessageExceptionHandler} method for the given exception.
The default implementation searches methods in the class hierarchy of the
HandlerMethod first and if not found, it continues searching for additional
{@code @MessageExceptionHandler} methods among the configured
{@linkplain hunt.stomp.handler.MessagingAdviceBean
MessagingAdviceBean}, if any.
@param handlerMethod the method where the exception was raised
@param exception the raised exception
@return a method to handle the exception, or {@code null}
@since 4.2
Find an {@code @MessageExceptionHandler} method for the given exception. The default implementation searches methods in the class hierarchy of the HandlerMethod first and if not found, it continues searching for additional {@code @MessageExceptionHandler} methods among the configured {@linkplain hunt.stomp.handler.MessagingAdviceBean MessagingAdviceBean}, if any. @param handlerMethod the method where the exception was raised @param exception the raised exception @return a method to handle the exception, or {@code null} @since 4.2