public class SimpleAsyncUncaughtExceptionHandler extends Object implements AsyncUncaughtExceptionHandler
AsyncUncaughtExceptionHandler that simply logs the exception.| 构造器和说明 |
|---|
SimpleAsyncUncaughtExceptionHandler() |
public void handleUncaughtException(Throwable ex, Method method, Object... params)
AsyncUncaughtExceptionHandlerhandleUncaughtException 在接口中 AsyncUncaughtExceptionHandlerex - the exception thrown from the asynchronous methodmethod - the asynchronous methodparams - the parameters used to invoked the method