Home
last modified time | relevance | path

Searched refs:oldException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1812 private Throwable oldException; field in KeyStore.FileBuilder
1829 if (oldException != null) { in getKeyStore()
1832 oldException); in getKeyStore()
1900 oldException = e.getCause(); in getKeyStore()
1902 ("KeyStore instantiation failed", oldException); in getKeyStore()
1954 private IOException oldException; in newInstance()
1983 oldException = e; in newInstance()
1997 if (oldException != null) { in newInstance()
2000 oldException); in newInstance()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java273 private java.lang.Throwable oldException; field in KeyStore.Builder.FileBuilder