| Package | Description | 
|---|---|
| org.springframework.aop.interceptor | Provides miscellaneous interceptor implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleAsyncUncaughtExceptionHandlerA default  AsyncUncaughtExceptionHandlerthat simply logs the exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AsyncExecutionAspectSupport. setExceptionHandler(AsyncUncaughtExceptionHandler exceptionHandler)Supply the  AsyncUncaughtExceptionHandlerto use to handle exceptions
 thrown by invoking asynchronous methods with avoidreturn type. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AsyncExecutionAspectSupport. configure(Supplier<Executor> defaultExecutor,
         Supplier<AsyncUncaughtExceptionHandler> exceptionHandler)Configure this aspect with the given executor and exception handler suppliers,
 applying the corresponding default if a supplier is not resolvable. | 
| Constructor and Description | 
|---|
| AsyncExecutionAspectSupport(Executor defaultExecutor,
                           AsyncUncaughtExceptionHandler exceptionHandler)Create a new  AsyncExecutionAspectSupportwith the given exception handler. | 
| AsyncExecutionInterceptor(Executor defaultExecutor,
                         AsyncUncaughtExceptionHandler exceptionHandler)Create a new  AsyncExecutionInterceptor. |