Sonar fixes related to exceptions
[aaf/authz.git] / auth / auth-locate / src / main / java / org / onap / aaf / auth / locate / AAF_Locate.java
index 8371ff1..9f25eab 100644 (file)
@@ -191,10 +191,9 @@ public class AAF_Locate extends AbsService<AuthzEnv, AuthzTrans> {
                        }
                        // utilize pre-constructed DirectAAFLocator
                        return new AAFConHttp(env.access(),dal);
-               } catch (APIException | LocatorException e) {
+               } catch (LocatorException e) {
                        throw new CadiException(e);
                }
-
        }
 
        public Locator<URI> getGUILocator() throws LocatorException {