public class org.springframework.web.HttpMediaTypeNotAcceptableException extends org.springframework.web.HttpMediaTypeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.HttpMediaTypeNotAcceptableException
  super_class: org.springframework.web.HttpMediaTypeException
{
  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.HttpMediaTypeNotAcceptableException this
        start local 1 // java.lang.String message
         0: .line 37
            aload 0 /* this */
            aload 1 /* message */
            invokespecial org.springframework.web.HttpMediaTypeException.<init>:(Ljava/lang/String;)V
         1: .line 38
            return
        end local 1 // java.lang.String message
        end local 0 // org.springframework.web.HttpMediaTypeNotAcceptableException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/web/HttpMediaTypeNotAcceptableException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(java.util.List<org.springframework.http.MediaType>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.HttpMediaTypeNotAcceptableException this
        start local 1 // java.util.List supportedMediaTypes
         0: .line 45
            aload 0 /* this */
            ldc "Could not find acceptable representation"
            aload 1 /* supportedMediaTypes */
            invokespecial org.springframework.web.HttpMediaTypeException.<init>:(Ljava/lang/String;Ljava/util/List;)V
         1: .line 46
            return
        end local 1 // java.util.List supportedMediaTypes
        end local 0 // org.springframework.web.HttpMediaTypeNotAcceptableException this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/springframework/web/HttpMediaTypeNotAcceptableException;
            0    2     1  supportedMediaTypes  Ljava/util/List<Lorg/springframework/http/MediaType;>;
    Signature: (Ljava/util/List<Lorg/springframework/http/MediaType;>;)V
    MethodParameters:
                     Name  Flags
      supportedMediaTypes  
}
SourceFile: "HttpMediaTypeNotAcceptableException.java"