BufferOverflowException

  • BufferOverflowException is an unchecked exception indicating a relative put operation exceeding the target buffer's limit.

  • It's a subclass of RuntimeException and inherits methods from Throwable and Object.

  • A public constructor BufferOverflowException() is available to create instances of this exception.

  • Several inherited methods provide functionalities like stack trace manipulation, error message retrieval, and cause analysis.

public class BufferOverflowException extends RuntimeException

Unchecked exception thrown when a relative put operation reaches the target buffer's limit.

Public Constructor Summary

BufferOverflowException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public BufferOverflowException ()

Constructs an instance of this class.