BUG-3219: introduce OutboundQueueException
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / DeviceRequestFailedException.java
index a353886dd881c12e72606711ae10e94244370097..347d73d0a0bf37bfb23344e76cce293b4231991f 100644 (file)
@@ -15,7 +15,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
  * Exception which is used to report that a particular request failed on the
  * remote device (switch).
  */
-public class DeviceRequestFailedException extends Exception {
+public class DeviceRequestFailedException extends OutboundQueueException {
     private static final long serialVersionUID = 1L;
     private final Error error;