public final class io.netty.handler.codec.http2.Http2FrameStreamException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2FrameStreamException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4407186173493887044

  private final io.netty.handler.codec.http2.Http2Error error;
    descriptor: Lio/netty/handler/codec/http2/Http2Error;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.handler.codec.http2.Http2FrameStream stream;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.http2.Http2FrameStream, io.netty.handler.codec.http2.Http2Error, java.lang.Throwable);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameStream;Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http2.Http2FrameStreamException this
        start local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
        start local 2 // io.netty.handler.codec.http2.Http2Error error
        start local 3 // java.lang.Throwable cause
         0: .line 35
            aload 0 /* this */
            aload 3 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            aload 3 /* cause */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 36
            aload 0 /* this */
            aload 1 /* stream */
            ldc "stream"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2FrameStream
            putfield io.netty.handler.codec.http2.Http2FrameStreamException.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
         2: .line 37
            aload 0 /* this */
            aload 2 /* error */
            ldc "error"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2Error
            putfield io.netty.handler.codec.http2.Http2FrameStreamException.error:Lio/netty/handler/codec/http2/Http2Error;
         3: .line 38
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // io.netty.handler.codec.http2.Http2Error error
        end local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
        end local 0 // io.netty.handler.codec.http2.Http2FrameStreamException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/handler/codec/http2/Http2FrameStreamException;
            0    4     1  stream  Lio/netty/handler/codec/http2/Http2FrameStream;
            0    4     2   error  Lio/netty/handler/codec/http2/Http2Error;
            0    4     3   cause  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      stream  
      error   
      cause   

  public io.netty.handler.codec.http2.Http2Error error();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Error;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2FrameStreamException this
         0: .line 41
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2FrameStreamException.error:Lio/netty/handler/codec/http2/Http2Error;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2FrameStreamException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2FrameStreamException;

  public io.netty.handler.codec.http2.Http2FrameStream stream();
    descriptor: ()Lio/netty/handler/codec/http2/Http2FrameStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2FrameStreamException this
         0: .line 45
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2FrameStreamException.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2FrameStreamException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2FrameStreamException;
}
SourceFile: "Http2FrameStreamException.java"