org.apache.mina.core.buffer
Class BufferDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.core.buffer.BufferDataException
- All Implemented Interfaces:
- java.io.Serializable
public class BufferDataException
- extends java.lang.RuntimeException
A RuntimeException
which is thrown when the data the IoBuffer
contains is corrupt.
- Author:
- Apache MINA Project
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BufferDataException
public BufferDataException()
BufferDataException
public BufferDataException(java.lang.String message)
BufferDataException
public BufferDataException(java.lang.String message,
java.lang.Throwable cause)
BufferDataException
public BufferDataException(java.lang.Throwable cause)