public final class PacketException extends VTNException
VTNException
is an exception raised when the packet serialization
or deserialization fails.
This class is provided only for VTN internal use. This class may be changed without any notice.
Constructor and Description |
---|
PacketException(String msg)
Construct a new exception.
|
PacketException(String msg,
Throwable cause)
Construct a new exception with specifying the cause of error.
|
getVtnErrorTag
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PacketException(String msg)
msg
- The detailed message.Copyright © 2018 OpenDaylight. All rights reserved.