Fix failing tests

master
Rossen Stoyanchev 8 years ago
parent ccb2c6530e
commit ce69855274
  1. 2
      spring-web/src/main/java/org/springframework/web/method/annotation/ExceptionHandlerMethodResolver.java

@ -125,7 +125,7 @@ public class ExceptionHandlerMethodResolver {
* @return a Method to handle the exception, or {@code null} if none found
*/
public Method resolveMethod(Exception exception) {
return resolveMethod(exception);
return resolveMethodByThrowable(exception);
}
/**

Loading…
Cancel
Save