Retrieve issuer certificate
[sdc.git] / openecomp-be / backend / openecomp-sdc-vendor-software-product-manager / src / main / java / org / openecomp / sdc / vendorsoftwareproduct / security / SecurityManagerException.java
1 package org.openecomp.sdc.vendorsoftwareproduct.security;
2
3 public class SecurityManagerException extends RuntimeException {
4
5     public SecurityManagerException(String s, Throwable t) {
6         super(s);
7     }
8 }