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 Summary
ConstructorDescriptionPacketException
(String message) PacketException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PacketException
-
PacketException
-