Class BufferDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.code.yanf4j.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 (Thu, 26 Jun 2008) $
See Also:
  • Field Details

  • Constructor Details

    • BufferDataException

      public BufferDataException()
    • BufferDataException

      public BufferDataException(String message)
    • BufferDataException

      public BufferDataException(String message, Throwable cause)
    • BufferDataException

      public BufferDataException(Throwable cause)