Class OutboundQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeviceRequestFailedException
Exception reported when an exceptional event occurs on an
OutboundQueue
,
which the OutboundQueueHandler
needs to be aware of.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OutboundQueueException
Exception reported when the device disconnects. -
Constructor Summary
ConstructorDescriptionOutboundQueueException
(String message) OutboundQueueException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEVICE_DISCONNECTED
Exception reported when the device disconnects.
-
-
Constructor Details
-
OutboundQueueException
-
OutboundQueueException
-