final class io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3875212506787802066

  static final java.lang.String MESSAGE;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "Chain of Causes for CompositeException In Order Received =>"

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain this
         0: .line 239
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
            return
        end local 0 // io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/exceptions/CompositeException$CompositeExceptionCausalChain;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain this
         0: .line 245
            ldc "Chain of Causes for CompositeException In Order Received =>"
            areturn
        end local 0 // io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/exceptions/CompositeException$CompositeExceptionCausalChain;
}
SourceFile: "CompositeException.java"
NestHost: io.reactivex.exceptions.CompositeException
InnerClasses:
  final CompositeExceptionCausalChain = io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain of io.reactivex.exceptions.CompositeException