public class BufferUnderflowException extends NoSuchElementException
NOTE: From version 3.0, this exception extends NoSuchElementException.
| Constructor and Description |
|---|
BufferUnderflowException()
Constructs a new
BufferUnderflowException. |
BufferUnderflowException(String message)
Construct a new
BufferUnderflowException. |
BufferUnderflowException(String message,
Throwable exception)
Construct a new
BufferUnderflowException. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Gets the root cause of the exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BufferUnderflowException()
BufferUnderflowException.public BufferUnderflowException(String message)
BufferUnderflowException.message - the detail message for this exceptionCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.