Class PacketException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.openflowplugin.libraries.liblldp.PacketException
All Implemented Interfaces:
Serializable

public class PacketException extends Exception
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 Details

    • PacketException

      public PacketException(String message)
    • PacketException

      public PacketException(String message, Throwable cause)