Class BufferDataException

All Implemented Interfaces:
Serializable

public class BufferDataException extends RuntimeException
A RuntimeException which is thrown when the data the ByteBuffer contains is corrupt.
See Also:
  • Constructor Details

    • BufferDataException

      public BufferDataException()
    • BufferDataException

      public BufferDataException(String message)
    • BufferDataException

      public BufferDataException(String message, Throwable cause)
    • BufferDataException

      public BufferDataException(Throwable cause)