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