final class io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException this
         0: .line 102
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
            return
        end local 0 // io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/marshalling/LimitingByteInput$TooBigObjectException;
}
SourceFile: "LimitingByteInput.java"
NestHost: io.netty.handler.codec.marshalling.LimitingByteInput
InnerClasses:
  final TooBigObjectException = io.netty.handler.codec.marshalling.LimitingByteInput$TooBigObjectException of io.netty.handler.codec.marshalling.LimitingByteInput