Class BufferDataException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • BufferDataException

      public BufferDataException()
      Create a new BufferDataException instance
    • BufferDataException

      public BufferDataException(String message)
      Create a new BufferDataException instance
      Parameters:
      message - The exception message
    • BufferDataException

      public BufferDataException(String message, Throwable cause)
      Create a new BufferDataException instance
      Parameters:
      message - The exception message
      cause - The original cause
    • BufferDataException

      public BufferDataException(Throwable cause)
      Create a new BufferDataException instance
      Parameters:
      cause - The original cause