diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-22 08:30:19 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-22 08:31:14 -0500 |
commit | e3093b8d1b19ad92a4af90df39a2087f40a687d4 (patch) | |
tree | cc2037c3479ba4e74898d9a2525c9ae47ff1c97b /auth/auth-certman/src/main | |
parent | c03496d36fc7e0a2978c84cb443550c565eedb84 (diff) |
Final Sonar reds
Issue-ID: AAF-580
Change-Id: I99de4518853504c2a211e92bce3dba70c8bc6a76
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-certman/src/main')
-rw-r--r-- | auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/JscepCA.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |