public class com.sun.net.httpserver.Authenticator$Failure extends com.sun.net.httpserver.Authenticator$Result
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.net.httpserver.Authenticator$Failure
  super_class: com.sun.net.httpserver.Authenticator$Result
{
  private int responseCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.net.httpserver.Authenticator$Failure this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjdk.Exported cannot be resolved to a type\n\tjdk.Exported cannot be resolved to a type\n\tjdk.Exported cannot be resolved to a type\n\tjdk.Exported cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.net.httpserver.Authenticator$Failure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/httpserver/Authenticator$Failure;
    MethodParameters:
              Name  Flags
      responseCode  

  public int getResponseCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.net.httpserver.Authenticator$Failure this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.net.httpserver.Authenticator$Failure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/httpserver/Authenticator$Failure;
}
SourceFile: "Authenticator.java"
NestHost: com.sun.net.httpserver.Authenticator
InnerClasses:
  public Failure = com.sun.net.httpserver.Authenticator$Failure of com.sun.net.httpserver.Authenticator
  public abstract Result = com.sun.net.httpserver.Authenticator$Result of com.sun.net.httpserver.Authenticator
    RuntimeInvisibleAnnotations: 
      jdk.Exported()