final class reactor.core.Exceptions$StaticThrowable extends java.lang.Error
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.Exceptions$StaticThrowable
  super_class: java.lang.Error
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // reactor.core.Exceptions$StaticThrowable this
        start local 1 // java.lang.String message
         0: .line 754
            aload 0 /* this */
            aload 1 /* message */
            aconst_null
            iconst_0
            iconst_0
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
         1: .line 755
            return
        end local 1 // java.lang.String message
        end local 0 // reactor.core.Exceptions$StaticThrowable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lreactor/core/Exceptions$StaticThrowable;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // reactor.core.Exceptions$StaticThrowable this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 758
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            iconst_0
            iconst_0
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
         1: .line 759
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // reactor.core.Exceptions$StaticThrowable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lreactor/core/Exceptions$StaticThrowable;
            0    2     1  message  Ljava/lang/String;
            0    2     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

  void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // reactor.core.Exceptions$StaticThrowable this
        start local 1 // java.lang.Throwable cause
         0: .line 762
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            aload 1 /* cause */
            iconst_0
            iconst_0
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
         1: .line 763
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // reactor.core.Exceptions$StaticThrowable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lreactor/core/Exceptions$StaticThrowable;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "Exceptions.java"
NestHost: reactor.core.Exceptions
InnerClasses:
  final StaticThrowable = reactor.core.Exceptions$StaticThrowable of reactor.core.Exceptions