public class BufferIsFullException extends BufferException
| Constructor and Description |
|---|
BufferIsFullException()
Creates a new instance of
BufferIsFullException without detail message. |
BufferIsFullException(String msg)
Constructs an instance of
BufferIsFullException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BufferIsFullException()
BufferIsFullException without detail message.public BufferIsFullException(String msg)
BufferIsFullException with the specified detail message.msg - the detail message.Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.