Uses of Interface
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
Packages that use AsyncUncaughtExceptionHandler
Package
Description
Provides miscellaneous interceptor implementations.
-
Uses of AsyncUncaughtExceptionHandler in org.springframework.aop.interceptor
Classes in org.springframework.aop.interceptor that implement AsyncUncaughtExceptionHandlerModifier and TypeClassDescriptionclassA defaultAsyncUncaughtExceptionHandlerthat simply logs the exception.Methods in org.springframework.aop.interceptor with parameters of type AsyncUncaughtExceptionHandlerModifier and TypeMethodDescriptionvoidAsyncExecutionAspectSupport.setExceptionHandler(AsyncUncaughtExceptionHandler exceptionHandler) Supply theAsyncUncaughtExceptionHandlerto use to handle exceptions thrown by invoking asynchronous methods with avoidreturn type.Constructors in org.springframework.aop.interceptor with parameters of type AsyncUncaughtExceptionHandlerModifierConstructorDescriptionAsyncExecutionAspectSupport(Executor defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) Create a newAsyncExecutionAspectSupportwith the given exception handler.AsyncExecutionInterceptor(Executor defaultExecutor, AsyncUncaughtExceptionHandler exceptionHandler) Create a newAsyncExecutionInterceptor.