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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.Exceptions$CancelException this
         0: .line 682
            aload 0 /* this */
            ldc "The subscriber has denied dispatching"
            invokespecial reactor.core.Exceptions$BubblingException.<init>:(Ljava/lang/String;)V
         1: .line 683
            return
        end local 0 // reactor.core.Exceptions$CancelException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/Exceptions$CancelException;
}
SourceFile: "Exceptions.java"
NestHost: reactor.core.Exceptions
InnerClasses:
  BubblingException = reactor.core.Exceptions$BubblingException of reactor.core.Exceptions
  final CancelException = reactor.core.Exceptions$CancelException of reactor.core.Exceptions