Class CustomAsyncExceptionHandler
java.lang.Object
org.apache.fineract.infrastructure.configuration.async.CustomAsyncExceptionHandler
- All Implemented Interfaces:
org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
public class CustomAsyncExceptionHandler
extends Object
implements org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleUncaughtException(Throwable throwable, Method method, Object... obj)
-
Constructor Details
-
CustomAsyncExceptionHandler
public CustomAsyncExceptionHandler()
-
-
Method Details
-
handleUncaughtException
- Specified by:
handleUncaughtExceptionin interfaceorg.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
-