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

  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.StreamErrorException this
        start local 1 // int errorId
         0: .line 30
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 31
            aload 0 /* this */
            iload 1 /* errorId */
            putfield io.undertow.protocols.http2.StreamErrorException.errorId:I
         2: .line 32
            return
        end local 1 // int errorId
        end local 0 // io.undertow.protocols.http2.StreamErrorException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/undertow/protocols/http2/StreamErrorException;
            0    3     1  errorId  I
    MethodParameters:
         Name  Flags
      errorId  

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