spring-framework / org.springframework.aop.interceptor / SimpleAsyncUncaughtExceptionHandler

SimpleAsyncUncaughtExceptionHandler

open class SimpleAsyncUncaughtExceptionHandler : AsyncUncaughtExceptionHandler

A default AsyncUncaughtExceptionHandler that simply logs the exception.

Author
Stephane Nicoll

Since
4.1

Constructors

<init>

SimpleAsyncUncaughtExceptionHandler()

A default AsyncUncaughtExceptionHandler that simply logs the exception.

Functions

handleUncaughtException

open fun handleUncaughtException(ex: Throwable, method: Method, vararg params: Any): Unit