public final class io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException 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.Http2Exception$ClosedStreamCreationException
  super_class: io.netty.handler.codec.http2.Http2Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6746542974372246206

  public void <init>(io.netty.handler.codec.http2.Http2Error);
    descriptor: (Lio/netty/handler/codec/http2/Http2Error;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException this
        start local 1 // io.netty.handler.codec.http2.Http2Error error
         0: .line 220
            aload 0 /* this */
            aload 1 /* error */
            invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;)V
         1: .line 221
            return
        end local 1 // io.netty.handler.codec.http2.Http2Error error
        end local 0 // io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/http2/Http2Exception$ClosedStreamCreationException;
            0    2     1  error  Lio/netty/handler/codec/http2/Http2Error;
    MethodParameters:
       Name  Flags
      error  

  public void <init>(io.netty.handler.codec.http2.Http2Error, java.lang.String);
    descriptor: (Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException this
        start local 1 // io.netty.handler.codec.http2.Http2Error error
        start local 2 // java.lang.String message
         0: .line 224
            aload 0 /* this */
            aload 1 /* error */
            aload 2 /* message */
            invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;)V
         1: .line 225
            return
        end local 2 // java.lang.String message
        end local 1 // io.netty.handler.codec.http2.Http2Error error
        end local 0 // io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http2/Http2Exception$ClosedStreamCreationException;
            0    2     1    error  Lio/netty/handler/codec/http2/Http2Error;
            0    2     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      error    
      message  

  public void <init>(io.netty.handler.codec.http2.Http2Error, java.lang.String, java.lang.Throwable);
    descriptor: (Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException this
        start local 1 // io.netty.handler.codec.http2.Http2Error error
        start local 2 // java.lang.String message
        start local 3 // java.lang.Throwable cause
         0: .line 228
            aload 0 /* this */
            aload 1 /* error */
            aload 2 /* message */
            aload 3 /* cause */
            invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 229
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.String message
        end local 1 // io.netty.handler.codec.http2.Http2Error error
        end local 0 // io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http2/Http2Exception$ClosedStreamCreationException;
            0    2     1    error  Lio/netty/handler/codec/http2/Http2Error;
            0    2     2  message  Ljava/lang/String;
            0    2     3    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      error    
      message  
      cause    
}
SourceFile: "Http2Exception.java"
NestHost: io.netty.handler.codec.http2.Http2Exception
InnerClasses:
  public final ClosedStreamCreationException = io.netty.handler.codec.http2.Http2Exception$ClosedStreamCreationException of io.netty.handler.codec.http2.Http2Exception