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

  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.vertx.core.http.UpgradeRejectedException this
        start local 1 // java.lang.String message
        start local 2 // int status
         0: .line 24
            aload 0 /* this */
            aload 1 /* message */
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;)V
         1: .line 25
            aload 0 /* this */
            iload 2 /* status */
            putfield io.vertx.core.http.UpgradeRejectedException.status:I
         2: .line 26
            return
        end local 2 // int status
        end local 1 // java.lang.String message
        end local 0 // io.vertx.core.http.UpgradeRejectedException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/http/UpgradeRejectedException;
            0    3     1  message  Ljava/lang/String;
            0    3     2   status  I
    MethodParameters:
         Name  Flags
      message  
      status   

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.UpgradeRejectedException this
         0: .line 32
            aload 0 /* this */
            getfield io.vertx.core.http.UpgradeRejectedException.status:I
            ireturn
        end local 0 // io.vertx.core.http.UpgradeRejectedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/UpgradeRejectedException;
}
SourceFile: "UpgradeRejectedException.java"