Searched refs:savedCSE (Results 1 – 1 of 1) sorted by relevance
178 CertStoreException savedCSE = null; in getCRLs() local195 savedCSE = cse; in getCRLs()199 if (possibleCRLs.isEmpty() && savedCSE != null) { in getCRLs()200 throw savedCSE; in getCRLs()273 CertStoreException savedCSE = null; in getCRLs() local285 savedCSE = new PKIX.CertStoreTypeException(store.getType(),cse); in getCRLs()289 if (crls.isEmpty() && savedCSE != null) { in getCRLs()290 throw savedCSE; in getCRLs()