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