Class 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 (Thu, 26 Jun 2008) $
    Author:
    The Apache MINA Project (dev@mina.apache.org)
    See Also:
    Serialized Form
    • Constructor Detail

      • BufferDataException

        public BufferDataException()
      • BufferDataException

        public BufferDataException​(String message)
      • BufferDataException

        public BufferDataException​(String message,
                                   Throwable cause)
      • BufferDataException

        public BufferDataException​(Throwable cause)