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.OutboundQueueExceptionDEVICE_DISCONNECTED
 
- 
 - 
Constructor SummaryConstructors Constructor Description DeviceRequestFailedException(String message, @NonNull Error error)DeviceRequestFailedException(String message, @NonNull Error error, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull ErrorgetError()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-