Uses of Class
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueException
-
Packages that use OutboundQueueException Package Description org.opendaylight.openflowjava.protocol.api.connection -
-
Uses of OutboundQueueException in org.opendaylight.openflowjava.protocol.api.connection
Subclasses of OutboundQueueException in org.opendaylight.openflowjava.protocol.api.connection Modifier and Type Class Description class
DeviceRequestFailedException
Exception which is used to report that a particular request failed on the remote device (switch).Fields in org.opendaylight.openflowjava.protocol.api.connection declared as OutboundQueueException Modifier and Type Field Description static OutboundQueueException
OutboundQueueException. DEVICE_DISCONNECTED
Exception reported when the device disconnects.
-