Remove declaration of subclass exception 91/59291/1
authorAnisha Kumar <anishax.kumar@intel.com>
Mon, 6 Aug 2018 22:29:36 +0000 (15:29 -0700)
committerAnisha Kumar <anishax.kumar@intel.com>
Mon, 6 Aug 2018 22:29:41 +0000 (15:29 -0700)
commit5fea838884bc31438b30dfa1450149e3857d5823
treefcdf693c342153a0159b490a37a74b665677ccf0
parentb4b11aab90ea69704b95d1a5c9658f05e238b78b
Remove declaration of subclass exception

Removed declaration of exception TenantAlreadyExists
since TenantAlreadyExists is a subclass of TenantException
which is declared earlier. Having TenantAlreadyExists is
superfluous since it is a subclass of another listed exception.

Issue-ID: SO-666
Change-Id: Ic828f4f18b865767bde7d34630f31683d7d49503
Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/tenant/MsoTenantAdapter.java