Uses of Class
net.floodlightcontroller.core.SwitchDriverSubHandshakeException

Packages that use SwitchDriverSubHandshakeException
net.floodlightcontroller.core   
 

Uses of SwitchDriverSubHandshakeException in net.floodlightcontroller.core
 

Subclasses of SwitchDriverSubHandshakeException in net.floodlightcontroller.core
 class SwitchDriverSubHandshakeAlreadyStarted
          Thrown when IOFSwitch.startDriverHandshake() is called more than once.
 class SwitchDriverSubHandshakeCompleted
          Indicates that a message was passed to a switch driver's subhandshake handling code but the driver has already completed the sub-handshake
 class SwitchDriverSubHandshakeNotStarted
          Thrown when a switch driver's sub-handshake has not been started but an operation requiring the sub-handshake has been attempted.
 class SwitchDriverSubHandshakeStateException
          Thrown when a switch driver's sub-handshake state-machine receives an unexpected OFMessage and/or is in an invald state