org.apache.mina.core.buffer
Class BufferDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
BufferDataException()
           
BufferDataException(String message)
           
BufferDataException(String message, Throwable cause)
           
BufferDataException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.