Class BufferDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BufferDataException
    extends java.lang.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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • BufferDataException

        public BufferDataException​(java.lang.String message,
                                   java.lang.Throwable cause)
      • BufferDataException

        public BufferDataException​(java.lang.Throwable cause)