public class org.springframework.web.HttpMediaTypeNotSupportedException extends org.springframework.web.HttpMediaTypeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.HttpMediaTypeNotSupportedException
  super_class: org.springframework.web.HttpMediaTypeException
{
  private final org.springframework.http.MediaType contentType;
    descriptor: Lorg/springframework/http/MediaType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  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.HttpMediaTypeNotSupportedException this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe hierarchy of the type HttpMediaTypeNotSupportedException is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.HttpMediaTypeNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/HttpMediaTypeNotSupportedException;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(org.springframework.http.MediaType, java.util.List<org.springframework.http.MediaType>);
    descriptor: (Lorg/springframework/http/MediaType;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.HttpMediaTypeNotSupportedException this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe hierarchy of the type HttpMediaTypeNotSupportedException is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.HttpMediaTypeNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/HttpMediaTypeNotSupportedException;
    Signature: (Lorg/springframework/http/MediaType;Ljava/util/List<Lorg/springframework/http/MediaType;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
    MethodParameters:
                     Name  Flags
      contentType          
      supportedMediaTypes  

  public void <init>(org.springframework.http.MediaType, java.util.List<org.springframework.http.MediaType>, java.lang.String);
    descriptor: (Lorg/springframework/http/MediaType;Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.HttpMediaTypeNotSupportedException this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe hierarchy of the type HttpMediaTypeNotSupportedException is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.HttpMediaTypeNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/HttpMediaTypeNotSupportedException;
    Signature: (Lorg/springframework/http/MediaType;Ljava/util/List<Lorg/springframework/http/MediaType;>;Ljava/lang/String;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
                     Name  Flags
      contentType          
      supportedMediaTypes  
      msg                  

  public org.springframework.http.MediaType getContentType();
    descriptor: ()Lorg/springframework/http/MediaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.HttpMediaTypeNotSupportedException this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.HttpMediaTypeNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/HttpMediaTypeNotSupportedException;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "HttpMediaTypeNotSupportedException.java"