public class BufferException extends IOException
BufferException
is used to report problems that
can occur during the use or allocation of a buffer. Typically
this is thrown if the upper capacity limit is exceeded.Constructor and Description |
---|
BufferException(String format,
Object... values)
Constructor for the
BufferException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BufferException(String format, Object... values)
BufferException
object. The
exception can be provided with a message describing the issue
that has arisen in the use or allocation of the buffer.format
- this is the template for the exceptionvalues
- these are the values to be added to the templateCopyright © 2017. All rights reserved.