aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/security/SecurityManagerException.java
blob: 5c5a23a5f8e7fe593521a0517186187b3d076e18 (plain)
1
2
3
4
5
6
7
8
package org.openecomp.sdc.vendorsoftwareproduct.security;

public class SecurityManagerException extends RuntimeException {

    public SecurityManagerException(String s, Throwable t) {
        super(s);
    }
}