public class io.undertow.protocols.http2.HpackException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.HpackException
  super_class: java.lang.Exception
{
  private final int closeCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.HpackException this
         0: .line 31
            aload 0 /* this */
            aconst_null
            bipush 9
            invokespecial io.undertow.protocols.http2.HpackException.<init>:(Ljava/lang/String;I)V
         1: .line 32
            return
        end local 0 // io.undertow.protocols.http2.HpackException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/protocols/http2/HpackException;

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.protocols.http2.HpackException this
        start local 1 // java.lang.String message
        start local 2 // int closeCode
         0: .line 35
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 36
            aload 0 /* this */
            iload 2 /* closeCode */
            putfield io.undertow.protocols.http2.HpackException.closeCode:I
         2: .line 37
            return
        end local 2 // int closeCode
        end local 1 // java.lang.String message
        end local 0 // io.undertow.protocols.http2.HpackException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/undertow/protocols/http2/HpackException;
            0    3     1    message  Ljava/lang/String;
            0    3     2  closeCode  I
    MethodParameters:
           Name  Flags
      message    
      closeCode  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.HpackException this
        start local 1 // int closeCode
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 40
            aload 0 /* this */
            iload 1 /* closeCode */
            putfield io.undertow.protocols.http2.HpackException.closeCode:I
         2: .line 41
            return
        end local 1 // int closeCode
        end local 0 // io.undertow.protocols.http2.HpackException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/undertow/protocols/http2/HpackException;
            0    3     1  closeCode  I
    MethodParameters:
           Name  Flags
      closeCode  

  public int getCloseCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.HpackException this
         0: .line 44
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackException.closeCode:I
            ireturn
        end local 0 // io.undertow.protocols.http2.HpackException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/HpackException;
}
SourceFile: "HpackException.java"