public class NonExistantMessage extends Exception
Constructor and Description |
---|
NonExistantMessage(byte type,
byte version)
Error: someone asked to create an OFMessage with wireformat type and
version, but that doesn't exist
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonExistantMessage(byte type, byte version)
type
- the wire formatversion
- the OpenFlow wireformat version number, e.g. 1 == v1.1, 2 =
v1.2, etc.Copyright © 2015. All rights reserved.