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
public class DeviceRequestFailedException extends OutboundQueueException
Exception which is used to report that a particular request failed on the remote device (switch).- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueException
DEVICE_DISCONNECTED 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DeviceRequestFailedException(String message, @NonNull Error error)DeviceRequestFailedException(String message, @NonNull Error error, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull ErrorgetError()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -