public final class io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException extends io.netty.handler.codec.http2.Http2Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException
  super_class: io.netty.handler.codec.http2.Http2Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1326785622777291198

  private final int lastStreamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long errorCode;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] debugData;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, long, byte[]);
    descriptor: (IJ[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
        start local 1 // int lastStreamId
        start local 2 // long errorCode
        start local 4 // byte[] debugData
         0: .line 83
            aload 0 /* this */
            getstatic io.netty.handler.codec.http2.Http2Error.STREAM_CLOSED:Lio/netty/handler/codec/http2/Http2Error;
            invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;)V
         1: .line 84
            aload 0 /* this */
            iload 1 /* lastStreamId */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException.lastStreamId:I
         2: .line 85
            aload 0 /* this */
            lload 2 /* errorCode */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException.errorCode:J
         3: .line 86
            aload 0 /* this */
            aload 4 /* debugData */
            putfield io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException.debugData:[B
         4: .line 87
            return
        end local 4 // byte[] debugData
        end local 2 // long errorCode
        end local 1 // int lastStreamId
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$Http2GoAwayException;
            0    5     1  lastStreamId  I
            0    5     2     errorCode  J
            0    5     4     debugData  [B
    MethodParameters:
              Name  Flags
      lastStreamId  
      errorCode     
      debugData     

  public int lastStreamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
         0: .line 90
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException.lastStreamId:I
            ireturn
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$Http2GoAwayException;

  public long errorCode();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
         0: .line 94
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException.errorCode:J
            lreturn
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$Http2GoAwayException;

  public byte[] debugData();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
         0: .line 98
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException.debugData:[B
            areturn
        end local 0 // io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/StreamBufferingEncoder$Http2GoAwayException;
}
SourceFile: "StreamBufferingEncoder.java"
NestHost: io.netty.handler.codec.http2.StreamBufferingEncoder
InnerClasses:
  public final Http2GoAwayException = io.netty.handler.codec.http2.StreamBufferingEncoder$Http2GoAwayException of io.netty.handler.codec.http2.StreamBufferingEncoder