public class BufferOverflowException extends RuntimeException
BufferOverflowException is thrown when elements are written
to a buffer but there is not enough remaining space in the buffer.| Constructor and Description |
|---|
BufferOverflowException()
Constructs a
BufferOverflowException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020 Dmitrii Tikhomirov. All rights reserved.