final class reactor.core.Exceptions$ErrorCallbackNotImplemented extends java.lang.UnsupportedOperationException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.Exceptions$ErrorCallbackNotImplemented
  super_class: java.lang.UnsupportedOperationException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2491425227432776143

  void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.Exceptions$ErrorCallbackNotImplemented this
        start local 1 // java.lang.Throwable cause
         0: .line 662
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/Throwable;)V
         1: .line 663
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // reactor.core.Exceptions$ErrorCallbackNotImplemented this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lreactor/core/Exceptions$ErrorCallbackNotImplemented;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public synchronized java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.Exceptions$ErrorCallbackNotImplemented this
         0: .line 667
            aload 0 /* this */
            areturn
        end local 0 // reactor.core.Exceptions$ErrorCallbackNotImplemented this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/Exceptions$ErrorCallbackNotImplemented;
}
SourceFile: "Exceptions.java"
NestHost: reactor.core.Exceptions
InnerClasses:
  final ErrorCallbackNotImplemented = reactor.core.Exceptions$ErrorCallbackNotImplemented of reactor.core.Exceptions