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