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 an OutboundQueue, which the OutboundQueueHandler needs to be aware of.
See Also:
  • Field Details

    • DEVICE_DISCONNECTED

      public static final OutboundQueueException DEVICE_DISCONNECTED
      Exception reported when the device disconnects.
  • Constructor Details

    • OutboundQueueException

      public OutboundQueueException(String message)
    • OutboundQueueException

      public OutboundQueueException(String message, Throwable cause)