public class io.vertx.core.http.StreamResetException extends io.vertx.core.VertxException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.StreamResetException
  super_class: io.vertx.core.VertxException
{
  private final long code;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.http.StreamResetException this
        start local 1 // long code
         0: .line 26
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Stream reset: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* code */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_1
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;Z)V
         1: .line 27
            aload 0 /* this */
            lload 1 /* code */
            putfield io.vertx.core.http.StreamResetException.code:J
         2: .line 28
            return
        end local 1 // long code
        end local 0 // io.vertx.core.http.StreamResetException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/StreamResetException;
            0    3     1  code  J
    MethodParameters:
      Name  Flags
      code  

  public void <init>(long, java.lang.Throwable);
    descriptor: (JLjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.core.http.StreamResetException this
        start local 1 // long code
        start local 3 // java.lang.Throwable cause
         0: .line 31
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Stream reset: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* code */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* cause */
            iconst_1
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Z)V
         1: .line 32
            aload 0 /* this */
            lload 1 /* code */
            putfield io.vertx.core.http.StreamResetException.code:J
         2: .line 33
            return
        end local 3 // java.lang.Throwable cause
        end local 1 // long code
        end local 0 // io.vertx.core.http.StreamResetException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/StreamResetException;
            0    3     1   code  J
            0    3     3  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      code   
      cause  

  public long getCode();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.StreamResetException this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.core.http.StreamResetException.code:J
            lreturn
        end local 0 // io.vertx.core.http.StreamResetException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/StreamResetException;
}
SourceFile: "StreamResetException.java"