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 Details

    • CustomAsyncExceptionHandler

      public CustomAsyncExceptionHandler()
  • Method Details

    • handleUncaughtException

      public void handleUncaughtException(Throwable throwable, Method method, Object... obj)
      Specified by:
      handleUncaughtException in interface org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler