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 SummaryFieldsModifier and TypeFieldDescriptionstatic final OutboundQueueExceptionException reported when the device disconnects.
- 
Constructor SummaryConstructorsConstructorDescriptionOutboundQueueException(String message) OutboundQueueException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
DEVICE_DISCONNECTEDException reported when the device disconnects.
 
- 
- 
Constructor Details- 
OutboundQueueException
- 
OutboundQueueException
 
-