Class BufferOverflowException


  • public class BufferOverflowException
    extends RuntimeException
    Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
    Since:
    3.1
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferOverflowException()
      Constructs an instance of this class.
    • Method Summary

    • Constructor Detail

      • BufferOverflowException

        public BufferOverflowException()
        Constructs an instance of this class.