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
 
 public class OutboundQueueException extends Exception Exception reported when an exceptional event occurs on anOutboundQueue, which theOutboundQueueHandlerneeds to be aware of.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static OutboundQueueExceptionDEVICE_DISCONNECTEDException reported when the device disconnects.
 - 
Constructor SummaryConstructors Constructor Description OutboundQueueException(String message)OutboundQueueException(String message, Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
DEVICE_DISCONNECTEDpublic static final OutboundQueueException DEVICE_DISCONNECTED Exception reported when the device disconnects.
 
- 
 
-