Searched defs:handleExceptions (Results 1 – 3 of 3) sorted by relevance
67 private <R> R handleExceptions(@NonNull CheckedRemoteRequest<R> request) in handleExceptions() method in KeyStoreOperation102 handleExceptions(() -> { in updateAad() method143 handleExceptions(() -> { in abort() method
54 private <R> R handleExceptions(CheckedRemoteRequest<R> request) throws KeyStoreException { in handleExceptions() method in KeyStoreSecurityLevel
82 public static Runnable handleExceptions(ThrowingRunnable r, Consumer<Throwable> handler) { in handleExceptions() method in FunctionalUtils