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