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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.WebsocketRejectedException this
        start local 1 // int status
         0: .line 24
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Websocket connection attempt returned HTTP status code "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* status */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;)V
         1: .line 25
            aload 0 /* this */
            iload 1 /* status */
            putfield io.vertx.core.http.WebsocketRejectedException.status:I
         2: .line 26
            return
        end local 1 // int status
        end local 0 // io.vertx.core.http.WebsocketRejectedException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/core/http/WebsocketRejectedException;
            0    3     1  status  I
    MethodParameters:
        Name  Flags
      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.WebsocketRejectedException this
         0: .line 32
            aload 0 /* this */
            getfield io.vertx.core.http.WebsocketRejectedException.status:I
            ireturn
        end local 0 // io.vertx.core.http.WebsocketRejectedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/WebsocketRejectedException;
}
SourceFile: "WebsocketRejectedException.java"