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 theOutboundQueueHandler
needs to be aware of.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OutboundQueueException
DEVICE_DISCONNECTED
Exception reported when the device disconnects.
-
Constructor Summary
Constructors Constructor Description OutboundQueueException(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 Detail
-
DEVICE_DISCONNECTED
public static final OutboundQueueException DEVICE_DISCONNECTED
Exception reported when the device disconnects.
-
-