class sun.security.provider.certpath.PKIX$CertStoreTypeException extends java.security.cert.CertStoreException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.provider.certpath.PKIX$CertStoreTypeException
  super_class: java.security.cert.CertStoreException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7463352639238322556

  private final java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, java.security.cert.CertStoreException);
    descriptor: (Ljava/lang/String;Ljava/security/cert/CertStoreException;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.provider.certpath.PKIX$CertStoreTypeException this
        start local 1 // java.lang.String type
        start local 2 // java.security.cert.CertStoreException cse
         0: .line 306
            aload 0 /* this */
            aload 2 /* cse */
            invokevirtual java.security.cert.CertStoreException.getMessage:()Ljava/lang/String;
            aload 2 /* cse */
            invokevirtual java.security.cert.CertStoreException.getCause:()Ljava/lang/Throwable;
            invokespecial java.security.cert.CertStoreException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 307
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.security.provider.certpath.PKIX$CertStoreTypeException.type:Ljava/lang/String;
         2: .line 308
            return
        end local 2 // java.security.cert.CertStoreException cse
        end local 1 // java.lang.String type
        end local 0 // sun.security.provider.certpath.PKIX$CertStoreTypeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/provider/certpath/PKIX$CertStoreTypeException;
            0    3     1  type  Ljava/lang/String;
            0    3     2   cse  Ljava/security/cert/CertStoreException;
    MethodParameters:
      Name  Flags
      type  
      cse   

  java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.PKIX$CertStoreTypeException this
         0: .line 310
            aload 0 /* this */
            getfield sun.security.provider.certpath.PKIX$CertStoreTypeException.type:Ljava/lang/String;
            areturn
        end local 0 // sun.security.provider.certpath.PKIX$CertStoreTypeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/PKIX$CertStoreTypeException;
}
SourceFile: "PKIX.java"
NestHost: sun.security.provider.certpath.PKIX
InnerClasses:
  CertStoreTypeException = sun.security.provider.certpath.PKIX$CertStoreTypeException of sun.security.provider.certpath.PKIX