class reactor.core.Exceptions$CompositeException extends reactor.core.Exceptions$ReactiveException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: reactor.core.Exceptions$CompositeException
  super_class: reactor.core.Exceptions$ReactiveException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8070744939537687606

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.Exceptions$CompositeException this
         0: .line 511
            aload 0 /* this */
            ldc "Multiple exceptions"
            invokespecial reactor.core.Exceptions$ReactiveException.<init>:(Ljava/lang/String;)V
         1: .line 512
            return
        end local 0 // reactor.core.Exceptions$CompositeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/Exceptions$CompositeException;
}
SourceFile: "Exceptions.java"
NestHost: reactor.core.Exceptions
InnerClasses:
  CompositeException = reactor.core.Exceptions$CompositeException of reactor.core.Exceptions
  ReactiveException = reactor.core.Exceptions$ReactiveException of reactor.core.Exceptions