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 Summary
Fields inherited from class org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueException
DEVICE_DISCONNECTED
-
Constructor Summary
ConstructorDescriptionDeviceRequestFailedException
(String message, @NonNull Error error) DeviceRequestFailedException
(String message, @NonNull Error error, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeviceRequestFailedException
-
DeviceRequestFailedException
-
-
Method Details
-
getError
-