class reactor.core.Exceptions$ReactiveException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: reactor.core.Exceptions$ReactiveException
  super_class: java.lang.RuntimeException
{
  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$ReactiveException this
        start local 1 // java.lang.Throwable cause
         0: .line 643
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 644
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // reactor.core.Exceptions$ReactiveException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lreactor/core/Exceptions$ReactiveException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

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

  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$ReactiveException this
         0: .line 652
            aload 0 /* this */
            invokevirtual reactor.core.Exceptions$ReactiveException.getCause:()Ljava/lang/Throwable;
            ifnull 1
            aload 0 /* this */
            invokevirtual reactor.core.Exceptions$ReactiveException.getCause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.fillInStackTrace:()Ljava/lang/Throwable;
            goto 2
         1: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 652
      StackMap locals:
      StackMap stack: java.lang.Throwable
            areturn
        end local 0 // reactor.core.Exceptions$ReactiveException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/Exceptions$ReactiveException;
}
SourceFile: "Exceptions.java"
NestHost: reactor.core.Exceptions
InnerClasses:
  ReactiveException = reactor.core.Exceptions$ReactiveException of reactor.core.Exceptions