Skip to main content

IllegalBufferException

class IllegalBufferException

Exception thrown when the size of a Buffer is exceeded.


public class IllegalBufferException
extends RuntimeException

— Constructors (4) —

ConstructorDescription
IllegalBufferException()Creates a new IllegalBufferException.
IllegalBufferException(String message)Creates a new IllegalBufferException with a message to display defined to be "message" argument.
IllegalBufferException(String message, [Throwable] cause)Creates a new IllegalBufferException with a message to be displayed defined to be "message" argument and its cause to be "cause" argument.
IllegalBufferException([Throwable] cause)Creates a new IllegalBufferException with its cause defined to be "cause" argument.