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:
- Serializable
public class BufferDataException
- extends RuntimeException
A RuntimeException
which is thrown when the data the IoBuffer
contains is corrupt.
- Version:
- $Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $
- Author:
- The Apache MINA Project (dev@mina.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)
Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.