Searched defs:handleExceptions (Results 1 – 3 of 3) sorted by relevance
66 private <R> R handleExceptions(@NonNull CheckedRemoteRequest<R> request) in handleExceptions() method in KeyStoreOperation100 handleExceptions(() -> { in updateAad() method138 handleExceptions(() -> { in abort() method
53 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