Skip to content

Commit

Permalink
MOSIP:32732 - API To fetch list of available partner certificates bas…
Browse files Browse the repository at this point in the history
…ed on partner type.

Signed-off-by: sudeep <[email protected]>
  • Loading branch information
Sudeep7353 committed May 9, 2024
1 parent ff005fd commit 7544274
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,7 @@ public List<CertificateDto> getAllCertificateDetails() {
ErrorCode.USER_ID_NOT_EXISTS.getErrorMessage());
}
} catch (PartnerServiceException ex) {
LOGGER.info("sessionId", "idType", "id", "In getAllCertificateDetails method of PartnerServiceImpl - " + ex.getMessage());
throw ex;
} catch (Exception ex) {
LOGGER.debug("sessionId", "idType", "id", ex.getStackTrace());
Expand Down

0 comments on commit 7544274

Please sign in to comment.