Enhancements to common.northbound 29/929/2
authorAlessandro Boch <aboch@cisco.com>
Tue, 20 Aug 2013 23:36:45 +0000 (16:36 -0700)
committerAlessandro Boch <aboch@cisco.com>
Tue, 20 Aug 2013 23:40:21 +0000 (16:40 -0700)
commit094f267fa6b824cd11e449f105370d20e413f66f
treef5e2ce07b1ce3f34d7160eaaf4da65a9c745371a
parentc4a6772b13353630b80f212652463acf2ed32541
Enhancements to common.northbound

- Added BadRequest and NotImplemented exceptions

Change-Id: I9a021ddd103c16122c39626e9cca044bd8a33ea6
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/RestMessages.java
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/exception/BadRequestException.java [new file with mode: 0644]
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/exception/NotImplemented.java [new file with mode: 0644]
opendaylight/northbound/commons/src/main/java/org/opendaylight/controller/northbound/commons/exception/NotImplementedException.java [new file with mode: 0644]