Package org.onlab.packet
Class DeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onlab.packet.DeserializationException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeserializationException extends java.lang.Exception
Signals that an error occurred during deserialization of a packet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeserializationException(java.lang.String message)
Creates a new deserialization exception with the given message.
-