public class org.springframework.web.server.MediaTypeNotSupportedStatusException extends org.springframework.web.server.ResponseStatusException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.server.MediaTypeNotSupportedStatusException
  super_class: org.springframework.web.server.ResponseStatusException
{
  private final java.util.List<org.springframework.http.MediaType> supportedMediaTypes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/http/MediaType;>;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.server.MediaTypeNotSupportedStatusException this
        start local 1 // java.lang.String reason
         0: .line 44
            aload 0 /* this */
            getstatic org.springframework.http.HttpStatus.UNSUPPORTED_MEDIA_TYPE:Lorg/springframework/http/HttpStatus;
            aload 1 /* reason */
            invokespecial org.springframework.web.server.ResponseStatusException.<init>:(Lorg/springframework/http/HttpStatus;Ljava/lang/String;)V
         1: .line 45
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.springframework.web.server.MediaTypeNotSupportedStatusException.supportedMediaTypes:Ljava/util/List;
         2: .line 46
            return
        end local 1 // java.lang.String reason
        end local 0 // org.springframework.web.server.MediaTypeNotSupportedStatusException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/web/server/MediaTypeNotSupportedStatusException;
            0    3     1  reason  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      reason  

  public void <init>(java.util.List<org.springframework.http.MediaType>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.web.server.MediaTypeNotSupportedStatusException this
        start local 1 // java.util.List supportedMediaTypes
         0: .line 52
            aload 0 /* this */
            getstatic org.springframework.http.HttpStatus.UNSUPPORTED_MEDIA_TYPE:Lorg/springframework/http/HttpStatus;
            ldc "Unsupported media type"
            aconst_null
            invokespecial org.springframework.web.server.ResponseStatusException.<init>:(Lorg/springframework/http/HttpStatus;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 53
            aload 0 /* this */
            aload 1 /* supportedMediaTypes */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield org.springframework.web.server.MediaTypeNotSupportedStatusException.supportedMediaTypes:Ljava/util/List;
         2: .line 54
            return
        end local 1 // java.util.List supportedMediaTypes
        end local 0 // org.springframework.web.server.MediaTypeNotSupportedStatusException this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/springframework/web/server/MediaTypeNotSupportedStatusException;
            0    3     1  supportedMediaTypes  Ljava/util/List<Lorg/springframework/http/MediaType;>;
    Signature: (Ljava/util/List<Lorg/springframework/http/MediaType;>;)V
    MethodParameters:
                     Name  Flags
      supportedMediaTypes  

  public java.util.List<org.springframework.http.MediaType> getSupportedMediaTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.server.MediaTypeNotSupportedStatusException this
         0: .line 62
            aload 0 /* this */
            getfield org.springframework.web.server.MediaTypeNotSupportedStatusException.supportedMediaTypes:Ljava/util/List;
            areturn
        end local 0 // org.springframework.web.server.MediaTypeNotSupportedStatusException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/server/MediaTypeNotSupportedStatusException;
    Signature: ()Ljava/util/List<Lorg/springframework/http/MediaType;>;
}
SourceFile: "MediaTypeNotSupportedStatusException.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()