Searched refs:oldException (Results 1 – 2 of 2) sorted by relevance
1812 private Throwable oldException; field in KeyStore.FileBuilder1829 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()
273 private java.lang.Throwable oldException; field in KeyStore.Builder.FileBuilder