Class BufferDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.code.yanf4j.buffer.BufferDataException
- All Implemented Interfaces:
Serializable
A
RuntimeException which is thrown when the data the IoBuffer contains is
corrupt.- Version:
- $Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (Thu, 26 Jun 2008) $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBufferDataException(String message) BufferDataException(String message, Throwable cause) BufferDataException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BufferDataException
public BufferDataException() -
BufferDataException
-
BufferDataException
-
BufferDataException
-