net.floodlightcontroller.core
Class SwitchDriverSubHandshakeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.floodlightcontroller.core.SwitchDriverSubHandshakeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SwitchDriverSubHandshakeAlreadyStarted, SwitchDriverSubHandshakeCompleted, SwitchDriverSubHandshakeNotStarted, SwitchDriverSubHandshakeStateException

public class SwitchDriverSubHandshakeException
extends java.lang.RuntimeException

Base class for exception thrown by switch driver sub-handshake processing

Author:
gregor
See Also:
Serialized Form

Constructor Summary
protected SwitchDriverSubHandshakeException()
           
protected SwitchDriverSubHandshakeException(java.lang.String arg0)
           
protected SwitchDriverSubHandshakeException(java.lang.String arg0, java.lang.Throwable arg1)
           
protected SwitchDriverSubHandshakeException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)