5c5a23a5f8e7fe593521a0517186187b3d076e18
[sdc.git] /
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 }