Class BufferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.openflowplugin.libraries.liblldp.BufferException
-
- All Implemented Interfaces:
Serializable
public class BufferException extends Exception
Describes an exception that is raised during BitBufferHelper operations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BufferException
public BufferException(String message)
-
-