Class SwitchDriverSubHandshakeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.openflow.controller.driver.SwitchDriverSubHandshakeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SwitchDriverSubHandshakeAlreadyStarted,SwitchDriverSubHandshakeCompleted,SwitchDriverSubHandshakeNotStarted,SwitchDriverSubHandshakeStateException
public class SwitchDriverSubHandshakeException extends java.lang.RuntimeExceptionBase class for exception thrown by switch driver sub-handshake processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSwitchDriverSubHandshakeException()protectedSwitchDriverSubHandshakeException(java.lang.String arg0)protectedSwitchDriverSubHandshakeException(java.lang.String arg0, java.lang.Throwable arg1)protectedSwitchDriverSubHandshakeException(java.lang.Throwable arg0)
-
-
-
Constructor Detail
-
SwitchDriverSubHandshakeException
protected SwitchDriverSubHandshakeException()
-
SwitchDriverSubHandshakeException
protected SwitchDriverSubHandshakeException(java.lang.String arg0, java.lang.Throwable arg1)
-
SwitchDriverSubHandshakeException
protected SwitchDriverSubHandshakeException(java.lang.String arg0)
-
SwitchDriverSubHandshakeException
protected SwitchDriverSubHandshakeException(java.lang.Throwable arg0)
-
-