Package java.nio

Class BufferUnderflowException

All Implemented Interfaces:
Serializable

public class BufferUnderflowException
extends RuntimeException
A BufferUnderflowException is thrown when elements are read from a buffer but there are not enough remaining elements in the buffer.
See Also:
Serialized Form
  • Constructor Details

    • BufferUnderflowException

      public BufferUnderflowException()
      Constructs a BufferUnderflowException.