Searched refs:lastException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java904 private KeyStoreException lastException; field in class:KeyStore.Builder.BuilderImpl
919 lastException = null;
940 // then it was stored in lastException variable and will be
943 if (lastException != null) {
944 throw lastException;
987 throw lastException = e;
990 throw lastException = new KeyStoreException(e);

Completed in 122 milliseconds