Generated by
JDiff

Class org.springframework.aop.interceptor.AsyncExecutionAspectSupport

Added Constructors
AsyncExecutionAspectSupport(Executor, AsyncUncaughtExceptionHandler) Create a new AsyncExecutionAspectSupport, using the provided default executor unless individual async methods indicate via qualifier that a more specific executor should be used.
 

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.
 

Added Fields
Log logger