@Component public class DefaultGlobalAsyncExceptionHandler extends Object implements org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
| 构造器和说明 |
|---|
DefaultGlobalAsyncExceptionHandler() |
public void handleUncaughtException(Throwable ex, Method method, Object... params)
handleUncaughtException 在接口中 org.springframework.aop.interceptor.AsyncUncaughtExceptionHandlerex - the exception thrown from the asynchronous methodmethod - the asynchronous methodparams - the parameters used to invoked the methodCopyright © 2020. All rights reserved.