Class PacketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.openflowplugin.libraries.liblldp.PacketException
- All Implemented Interfaces:
- Serializable
Describes an exception that is raised when the process of serializing or
 deserializing a network packet/stream fails. This generally happens when the
 packet/stream is malformed.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPacketException(String message) PacketException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PacketException
- 
PacketException
 
-