public interface org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
  super_class: java.lang.Object
{
  public abstract void handleUncaughtException(java.lang.Throwable, java.lang.reflect.Method, java.lang.Object[]);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/reflect/Method;[Ljava/lang/Object;)V
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      ex      
      method  
      params  
}
SourceFile: "AsyncUncaughtExceptionHandler.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()