Class AsyncExceptionHandler

Object
AsyncExceptionHandler
All Implemented Interfaces:
AsyncUncaughtExceptionHandler

public class AsyncExceptionHandler extends Object implements AsyncUncaughtExceptionHandler
  • Constructor Details

    • AsyncExceptionHandler

      public AsyncExceptionHandler()
  • Method Details

    • handleUncaughtException

      public void handleUncaughtException(Throwable ex, Method method, Object... params)
      Specified by:
      handleUncaughtException in interface AsyncUncaughtExceptionHandler