final class sun.security.provider.certpath.CertificateRevokedException extends java.security.cert.CertPathValidatorException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.provider.certpath.CertificateRevokedException
  super_class: java.security.cert.CertPathValidatorException
{
  void <init>(java.security.cert.CertPath, int);
    descriptor: (Ljava/security/cert/CertPath;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.security.provider.certpath.CertificateRevokedException this
        start local 1 // java.security.cert.CertPath certPath
        start local 2 // int index
         0: .line 454
            aload 0 /* this */
            ldc "Certificate has been revoked"
            aconst_null
            aload 1 /* certPath */
            iload 2 /* index */
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;I)V
         1: .line 455
            return
        end local 2 // int index
        end local 1 // java.security.cert.CertPath certPath
        end local 0 // sun.security.provider.certpath.CertificateRevokedException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/security/provider/certpath/CertificateRevokedException;
            0    2     1  certPath  Ljava/security/cert/CertPath;
            0    2     2     index  I
    MethodParameters:
          Name  Flags
      certPath  
      index     
}
SourceFile: "OCSPChecker.java"