BUG-3219: introduce OutboundQueueException 67/20967/1
authorRobert Varga <rovarga@cisco.com>
Sat, 16 May 2015 22:46:48 +0000 (00:46 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Fri, 22 May 2015 11:01:21 +0000 (13:01 +0200)
commit20ac1113a590c3067f755a9508f915898b0185c7
treeba9d5a312636f06fc3fe66628b5e9631932b3273
parentab55df73c5fc08aa365af5ed9c1b0b0395b9211e
BUG-3219: introduce OutboundQueueException

Original API has not specified an encapsulation exception for errors
incurred during local processing. This patch fixes that by introducing
OutboundQueueException.

Change-Id: I01197710c9d60bd778009c098ec640511eea23c6
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit 763e430f61196740c5ea1c7356022396adf55065)
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/DeviceRequestFailedException.java
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/OutboundQueue.java
openflow-protocol-api/src/main/java/org/opendaylight/openflowjava/protocol/api/connection/OutboundQueueException.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/OutboundQueueImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/OutboundQueueManager.java