clean-up to remove un-used three WebApplicationException subclasses 16/73416/1
authorMichael Vorburger <vorburger@redhat.com>
Mon, 25 Jun 2018 16:40:38 +0000 (18:40 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 25 Jun 2018 16:40:58 +0000 (18:40 +0200)
commit0962a3cf00387bdc0101732b5e87e82982a34e2b
treecaebc2a0f8ec0a484db05701f0d4409c4c976dbf
parent342993c76488c53c53760a0ff1ad603aa6bf007b
clean-up to remove un-used three WebApplicationException subclasses

and minor JavaDoc clean up in the two remaining ones

The removed null check in NeutronRoutersNorthbound is (now) pointless.

Change-Id: If3bfac610b1dc9563651ac8bba3513e58637265f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/BadRequestException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/InternalServerErrorException.java [deleted file]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronRoutersNorthbound.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ResourceConflictException.java [deleted file]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ResourceNotFoundException.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/ServiceUnavailableException.java [deleted file]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/UnimplementedException.java [deleted file]