public final class java.net.http.WebSocketHandshakeException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.net.http.WebSocketHandshakeException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final transient java.net.http.HttpResponse<?> response;
    descriptor: Ljava/net/http/HttpResponse;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
    Signature: Ljava/net/http/HttpResponse<*>;

  public void <init>(java.net.http.HttpResponse<?>);
    descriptor: (Ljava/net/http/HttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.net.http.WebSocketHandshakeException this
        start local 1 // java.net.http.HttpResponse response
         0: .line 48
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* response */
            putfield java.net.http.WebSocketHandshakeException.response:Ljava/net/http/HttpResponse;
         2: .line 50
            return
        end local 1 // java.net.http.HttpResponse response
        end local 0 // java.net.http.WebSocketHandshakeException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/net/http/WebSocketHandshakeException;
            0    3     1  response  Ljava/net/http/HttpResponse<*>;
    Signature: (Ljava/net/http/HttpResponse<*>;)V
    MethodParameters:
          Name  Flags
      response  

  public java.net.http.HttpResponse<?> getResponse();
    descriptor: ()Ljava/net/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.http.WebSocketHandshakeException this
         0: .line 65
            aload 0 /* this */
            getfield java.net.http.WebSocketHandshakeException.response:Ljava/net/http/HttpResponse;
            areturn
        end local 0 // java.net.http.WebSocketHandshakeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/http/WebSocketHandshakeException;
    Signature: ()Ljava/net/http/HttpResponse<*>;

  public java.net.http.WebSocketHandshakeException initCause(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/net/http/WebSocketHandshakeException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.net.http.WebSocketHandshakeException this
        start local 1 // java.lang.Throwable cause
         0: .line 70
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            checkcast java.net.http.WebSocketHandshakeException
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // java.net.http.WebSocketHandshakeException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/net/http/WebSocketHandshakeException;
            0    1     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.Throwable initCause(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual java.net.http.WebSocketHandshakeException.initCause:(Ljava/lang/Throwable;)Ljava/net/http/WebSocketHandshakeException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "WebSocketHandshakeException.java"