class io.dropwizard.auth.CachingAuthenticator$InvalidCredentialsException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.dropwizard.auth.CachingAuthenticator$InvalidCredentialsException
  super_class: java.lang.Exception
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.auth.CachingAuthenticator$InvalidCredentialsException this
         0: .line 150
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
            return
        end local 0 // io.dropwizard.auth.CachingAuthenticator$InvalidCredentialsException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/auth/CachingAuthenticator$InvalidCredentialsException;
}
SourceFile: "CachingAuthenticator.java"
NestHost: io.dropwizard.auth.CachingAuthenticator
InnerClasses:
  private InvalidCredentialsException = io.dropwizard.auth.CachingAuthenticator$InvalidCredentialsException of io.dropwizard.auth.CachingAuthenticator