Searched refs:cse (Results 1 – 6 of 6) sorted by relevance
100 static boolean isCausedByNetworkIssue(String type, CertStoreException cse) { in isCausedByNetworkIssue() argument106 return csh.isCausedByNetworkIssue(cse); in isCausedByNetworkIssue()111 Throwable t = cse.getCause(); in isCausedByNetworkIssue()
282 CertStoreTypeException(String type, CertStoreException cse) { in CertStoreTypeException() argument283 super(cse.getMessage(), cse.getCause()); in CertStoreTypeException()
465 } catch (CertStoreException cse) { in addMatchingCerts()470 "exception retrieving certs: " + cse); in addMatchingCerts()471 cse.printStackTrace(); in addMatchingCerts()
194 } catch (CertStoreException cse) { in getCRLs()195 savedCSE = cse; in getCRLs()279 } catch (CertStoreException cse) { in getCRLs()282 "CRLs: " + cse); in getCRLs()283 cse.printStackTrace(); in getCRLs()285 savedCSE = new PKIX.CertStoreTypeException(store.getType(),cse); in getCRLs()
373 } catch (CertStoreException cse) { in engineGetCRLs()374 throw new PKIX.CertStoreTypeException("LDAP", cse); in engineGetCRLs()
379 } catch (CertStoreException cse) { in getCerts()382 cse.printStackTrace(); in getCerts()