类 SimpleAsyncUncaughtExceptionHandler

java.lang.Object
cn.taketoday.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
所有已实现的接口:
AsyncUncaughtExceptionHandler

public class SimpleAsyncUncaughtExceptionHandler extends Object implements AsyncUncaughtExceptionHandler
A default AsyncUncaughtExceptionHandler that simply logs the exception.
从以下版本开始:
3.0
作者:
Stephane Nicoll, Juergen Hoeller, TODAY
  • 构造器详细资料

    • SimpleAsyncUncaughtExceptionHandler

      public SimpleAsyncUncaughtExceptionHandler()
  • 方法详细资料