Generated by
JDiff

Class org.springframework.aop.interceptor.AsyncExecutionInterceptor

Added Constructors
AsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) Create a new {@code AsyncExecutionInterceptor}.
 

Added Methods
void handleError(Throwable, Method, Object[]) Handles a fatal error thrown while asynchronously invoking the specified Method.
void setExceptionHandler(AsyncUncaughtExceptionHandler) Supply the AsyncUncaughtExceptionHandler to use to handle exceptions thrown by invoking asynchronous methods with a {@code void} return type.