Generated by
JDiff

Class org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException

The superclass changed from org.springframework.messaging.MessagingException to org.springframework.messaging.handler.annotation.support.AbstractMethodArgumentResolutionException.

Added Constructors
MethodArgumentNotValidException(Message<?>, MethodParameter) Create a new instance with the invalid {@code MethodParameter}.
 

Removed Methods
String getMessage()  
 

Added Methods
BindingResult getBindingResult() Return the BindingResult if the failure is validation-related or {@code null}.