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 Detail

      • BufferUnderflowException

        public BufferUnderflowException()
        Constructs a BufferUnderflowException.