Generated by
JDiff

Class org.springframework.aop.interceptor.AsyncExecutionInterceptor

Changed Methods
void handleError(Throwable, Method, Object[]) Method was locally defined, but is now inherited from AsyncExecutionAspectSupport. Handles a fatal error thrown while asynchronously invoking the specified Method.
void setExceptionHandler(AsyncUncaughtExceptionHandler) Method was locally defined, but is now inherited from AsyncExecutionAspectSupport. Supply the AsyncUncaughtExceptionHandler to use to handle exceptions thrown by invoking asynchronous methods with a {@code void} return type.