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=3, locals=2, args_size=2
        start local 0 // org.springframework.web.HttpMediaTypeNotAcceptableException this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe hierarchy of the type HttpMediaTypeNotAcceptableException is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.HttpMediaTypeNotAcceptableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/HttpMediaTypeNotAcceptableException;
    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
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe hierarchy of the type HttpMediaTypeNotAcceptableException is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.HttpMediaTypeNotAcceptableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/HttpMediaTypeNotAcceptableException;
    Signature: (Ljava/util/List<Lorg/springframework/http/MediaType;>;)V
    MethodParameters:
                     Name  Flags
      supportedMediaTypes  
}
SourceFile: "HttpMediaTypeNotAcceptableException.java"