public final class org.springframework.web.client.HttpClientErrorException$UnsupportedMediaType extends org.springframework.web.client.HttpClientErrorException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.web.client.HttpClientErrorException$UnsupportedMediaType
  super_class: org.springframework.web.client.HttpClientErrorException
{
  private 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: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.springframework.web.client.HttpClientErrorException$UnsupportedMediaType 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 302
            aload 0 /* this */
            getstatic org.springframework.http.HttpStatus.UNSUPPORTED_MEDIA_TYPE:Lorg/springframework/http/HttpStatus;
            aload 1 /* statusText */
            aload 2 /* headers */
            aload 3 /* body */
            aload 4 /* charset */
            invokespecial org.springframework.web.client.HttpClientErrorException.<init>:(Lorg/springframework/http/HttpStatus;Ljava/lang/String;Lorg/springframework/http/HttpHeaders;[BLjava/nio/charset/Charset;)V
         1: .line 303
            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.HttpClientErrorException$UnsupportedMediaType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/web/client/HttpClientErrorException$UnsupportedMediaType;
            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     

  private void <init>(java.lang.String, java.lang.String, org.springframework.http.HttpHeaders, byte[], java.nio.charset.Charset);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/springframework/http/HttpHeaders;[BLjava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.springframework.web.client.HttpClientErrorException$UnsupportedMediaType this
        start local 1 // java.lang.String message
        start local 2 // java.lang.String statusText
        start local 3 // org.springframework.http.HttpHeaders headers
        start local 4 // byte[] body
        start local 5 // java.nio.charset.Charset charset
         0: .line 308
            aload 0 /* this */
            aload 1 /* message */
            getstatic org.springframework.http.HttpStatus.UNSUPPORTED_MEDIA_TYPE:Lorg/springframework/http/HttpStatus;
            aload 2 /* statusText */
            aload 3 /* headers */
            aload 4 /* body */
            aload 5 /* charset */
            invokespecial org.springframework.web.client.HttpClientErrorException.<init>:(Ljava/lang/String;Lorg/springframework/http/HttpStatus;Ljava/lang/String;Lorg/springframework/http/HttpHeaders;[BLjava/nio/charset/Charset;)V
         1: .line 309
            return
        end local 5 // java.nio.charset.Charset charset
        end local 4 // byte[] body
        end local 3 // org.springframework.http.HttpHeaders headers
        end local 2 // java.lang.String statusText
        end local 1 // java.lang.String message
        end local 0 // org.springframework.web.client.HttpClientErrorException$UnsupportedMediaType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/web/client/HttpClientErrorException$UnsupportedMediaType;
            0    2     1     message  Ljava/lang/String;
            0    2     2  statusText  Ljava/lang/String;
            0    2     3     headers  Lorg/springframework/http/HttpHeaders;
            0    2     4        body  [B
            0    2     5     charset  Ljava/nio/charset/Charset;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      message     
      statusText  
      headers     
      body        
      charset     
}
SourceFile: "HttpClientErrorException.java"
NestHost: org.springframework.web.client.HttpClientErrorException
InnerClasses:
  public final UnsupportedMediaType = org.springframework.web.client.HttpClientErrorException$UnsupportedMediaType of org.springframework.web.client.HttpClientErrorException