Package java.nio

Class BufferOverflowException

  • All Implemented Interfaces:
    Serializable

    public class BufferOverflowException
    extends RuntimeException
    A BufferOverflowException is thrown when elements are written to a buffer but there is not enough remaining space in the buffer.
    See Also:
    Serialized Form
    • Constructor Detail

      • BufferOverflowException

        public BufferOverflowException()
        Constructs a BufferOverflowException.