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