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
public class BufferDataException
- extends RuntimeException
A RuntimeException
which is thrown when the data the ByteBuffer
contains is corrupt.
- Version:
- $Rev: 436993 $, $Date: 2006-08-26 00:36:56 +0200 (Sat, 26 Aug 2006) $
- Author:
- The Apache Directory Project (mina-dev@directory.apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BufferDataException
public BufferDataException()
BufferDataException
public BufferDataException(String message)
BufferDataException
public BufferDataException(String message,
Throwable cause)
BufferDataException
public BufferDataException(Throwable cause)