org.apache.mina.common

Class BufferDataException


public class BufferDataException
extends RuntimeException

A RuntimeException which is thrown when the data the ByteBuffer contains is corrupt.

Constructor Summary

BufferDataException()
BufferDataException(String message)
BufferDataException(String message, Throwable cause)
BufferDataException(Throwable cause)

Constructor Details

BufferDataException

public BufferDataException()

BufferDataException

public BufferDataException(String message)

BufferDataException

public BufferDataException(String message,
                           Throwable cause)

BufferDataException

public BufferDataException(Throwable cause)