public class org.springframework.web.client.HttpServerErrorException$InternalServerError extends org.springframework.web.client.HttpServerErrorException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.client.HttpServerErrorException$InternalServerError
  super_class: org.springframework.web.client.HttpServerErrorException
{
  void <init>(java.lang.String, org.springframework.http.HttpHeaders, byte[], java.nio.charset.Charset);
    descriptor: (Ljava/lang/String;Lorg/springframework/http/HttpHeaders;[BLjava/nio/charset/Charset;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.springframework.web.client.HttpServerErrorException$InternalServerError this
        start local 1 // java.lang.String statusText
        start local 2 // org.springframework.http.HttpHeaders headers
        start local 3 // byte[] body
        start local 4 // java.nio.charset.Charset charset
         0: .line 104
            aload 0 /* this */
            getstatic org.springframework.http.HttpStatus.INTERNAL_SERVER_ERROR:Lorg/springframework/http/HttpStatus;
            aload 1 /* statusText */
            aload 2 /* headers */
            aload 3 /* body */
            aload 4 /* charset */
            invokespecial org.springframework.web.client.HttpServerErrorException.<init>:(Lorg/springframework/http/HttpStatus;Ljava/lang/String;Lorg/springframework/http/HttpHeaders;[BLjava/nio/charset/Charset;)V
         1: .line 105
            return
        end local 4 // java.nio.charset.Charset charset
        end local 3 // byte[] body
        end local 2 // org.springframework.http.HttpHeaders headers
        end local 1 // java.lang.String statusText
        end local 0 // org.springframework.web.client.HttpServerErrorException$InternalServerError this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/web/client/HttpServerErrorException$InternalServerError;
            0    2     1  statusText  Ljava/lang/String;
            0    2     2     headers  Lorg/springframework/http/HttpHeaders;
            0    2     3        body  [B
            0    2     4     charset  Ljava/nio/charset/Charset;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      statusText  
      headers     
      body        
      charset     
}
SourceFile: "HttpServerErrorException.java"
NestHost: org.springframework.web.client.HttpServerErrorException
InnerClasses:
  public InternalServerError = org.springframework.web.client.HttpServerErrorException$InternalServerError of org.springframework.web.client.HttpServerErrorException