Package org.apache.mina.common
Class BufferDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.common.BufferDataException
- All Implemented Interfaces:
Serializable
A
RuntimeException
which is thrown when the data the ByteBuffer
contains is corrupt.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBufferDataException
(String message) BufferDataException
(String message, Throwable cause) BufferDataException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BufferDataException
public BufferDataException() -
BufferDataException
-
BufferDataException
-
BufferDataException
-