From e3093b8d1b19ad92a4af90df39a2087f40a687d4 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 22 Oct 2018 08:30:19 -0500 Subject: Final Sonar reds Issue-ID: AAF-580 Change-Id: I99de4518853504c2a211e92bce3dba70c8bc6a76 Signed-off-by: Instrumental --- auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/JscepCA.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/auth-certman/src/main') diff --git a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/JscepCA.java b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/JscepCA.java index bc81fc43..4a35ca24 100644 --- a/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/JscepCA.java +++ b/auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/JscepCA.java @@ -197,7 +197,7 @@ public class JscepCA extends CA { trans.error().log(e,clients.info(item)); i=MAX_RETRY; // can't go any further } - } catch (InterruptedException|TransactionException|CertificateException|OperatorCreationException | CertStoreException e) { + } catch (Exception e) { trans.error().log(e); i=MAX_RETRY; } finally { -- cgit 1.2.3-korg