Class SimpleAsyncUncaughtExceptionHandler

java.lang.Object
org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
All Implemented Interfaces:
AsyncUncaughtExceptionHandler

public class SimpleAsyncUncaughtExceptionHandler extends Object implements AsyncUncaughtExceptionHandler
A default AsyncUncaughtExceptionHandler that simply logs the exception.
Since:
4.1
Author:
Stephane Nicoll, Juergen Hoeller
  • Constructor Details

    • SimpleAsyncUncaughtExceptionHandler

      public SimpleAsyncUncaughtExceptionHandler()
  • Method Details