Class DeviceRequestFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueException
org.opendaylight.openflowjava.protocol.api.connection.DeviceRequestFailedException
- All Implemented Interfaces:
- Serializable
Exception which is used to report that a particular request failed on the
 remote device (switch).
- See Also:
- 
Field SummaryFields inherited from class org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueExceptionDEVICE_DISCONNECTED
- 
Constructor SummaryConstructorsConstructorDescriptionDeviceRequestFailedException(String message, @NonNull Error error) DeviceRequestFailedException(String message, @NonNull Error error, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DeviceRequestFailedException
- 
DeviceRequestFailedException
 
- 
- 
Method Details- 
getError
 
-