Class SwitchStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onosproject.openflow.controller.driver.SwitchStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class SwitchStateException extends java.lang.ExceptionThis exception indicates an error or unexpected message during message handling. E.g., if an OFMessage is received that is illegal or unexpected given the current handshake state. We don't allow wrapping other exception in a switch state exception. We only log the SwitchStateExceptions message so the causing exceptions stack trace is generally not available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SwitchStateException()SwitchStateException(java.lang.String arg0)SwitchStateException(java.lang.String arg0, java.lang.Throwable arg1)SwitchStateException(java.lang.Throwable arg0)
-
-
-
Constructor Detail
-
SwitchStateException
public SwitchStateException()
-
SwitchStateException
public SwitchStateException(java.lang.String arg0, java.lang.Throwable arg1)
-
SwitchStateException
public SwitchStateException(java.lang.String arg0)
-
SwitchStateException
public SwitchStateException(java.lang.Throwable arg0)
-
-