public class io.micronaut.http.client.exceptions.EmptyResponseException extends io.micronaut.http.client.exceptions.HttpClientException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.micronaut.http.client.exceptions.EmptyResponseException
  super_class: io.micronaut.http.client.exceptions.HttpClientException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.micronaut.http.client.exceptions.EmptyResponseException this
         0: .line 30
            aload 0 /* this */
            ldc "HTTP Server returned an empty (and invalid) response body"
            invokespecial io.micronaut.http.client.exceptions.HttpClientException.<init>:(Ljava/lang/String;)V
         1: .line 31
            return
        end local 0 // io.micronaut.http.client.exceptions.EmptyResponseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/http/client/exceptions/EmptyResponseException;
}
SourceFile: "EmptyResponseException.java"