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

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

  void <init>(int, io.netty.handler.codec.http2.Http2Error, java.lang.String);
    descriptor: (ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http2.Http2Exception$StreamException this
        start local 1 // int streamId
        start local 2 // io.netty.handler.codec.http2.Http2Error error
        start local 3 // java.lang.String message
         0: .line 240
            aload 0 /* this */
            aload 2 /* error */
            aload 3 /* message */
            getstatic io.netty.handler.codec.http2.Http2Exception$ShutdownHint.NO_SHUTDOWN:Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;
            invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;)V
         1: .line 241
            aload 0 /* this */
            iload 1 /* streamId */
            putfield io.netty.handler.codec.http2.Http2Exception$StreamException.streamId:I
         2: .line 242
            return
        end local 3 // java.lang.String message
        end local 2 // io.netty.handler.codec.http2.Http2Error error
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.http2.Http2Exception$StreamException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/http2/Http2Exception$StreamException;
            0    3     1  streamId  I
            0    3     2     error  Lio/netty/handler/codec/http2/Http2Error;
            0    3     3   message  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      streamId  
      error     
      message   

  void <init>(int, io.netty.handler.codec.http2.Http2Error, java.lang.String, java.lang.Throwable);
    descriptor: (ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http2.Http2Exception$StreamException this
        start local 1 // int streamId
        start local 2 // io.netty.handler.codec.http2.Http2Error error
        start local 3 // java.lang.String message
        start local 4 // java.lang.Throwable cause
         0: .line 245
            aload 0 /* this */
            aload 2 /* error */
            aload 3 /* message */
            aload 4 /* cause */
            getstatic io.netty.handler.codec.http2.Http2Exception$ShutdownHint.NO_SHUTDOWN:Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;
            invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Ljava/lang/Throwable;Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;)V
         1: .line 246
            aload 0 /* this */
            iload 1 /* streamId */
            putfield io.netty.handler.codec.http2.Http2Exception$StreamException.streamId:I
         2: .line 247
            return
        end local 4 // java.lang.Throwable cause
        end local 3 // java.lang.String message
        end local 2 // io.netty.handler.codec.http2.Http2Error error
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.http2.Http2Exception$StreamException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/http2/Http2Exception$StreamException;
            0    3     1  streamId  I
            0    3     2     error  Lio/netty/handler/codec/http2/Http2Error;
            0    3     3   message  Ljava/lang/String;
            0    3     4     cause  Ljava/lang/Throwable;
    MethodParameters:
          Name  Flags
      streamId  
      error     
      message   
      cause     

  public int streamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2Exception$StreamException this
         0: .line 250
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2Exception$StreamException.streamId:I
            ireturn
        end local 0 // io.netty.handler.codec.http2.Http2Exception$StreamException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2Exception$StreamException;
}
SourceFile: "Http2Exception.java"
NestHost: io.netty.handler.codec.http2.Http2Exception
InnerClasses:
  public final ShutdownHint = io.netty.handler.codec.http2.Http2Exception$ShutdownHint of io.netty.handler.codec.http2.Http2Exception
  public StreamException = io.netty.handler.codec.http2.Http2Exception$StreamException of io.netty.handler.codec.http2.Http2Exception