java.io.Serializablepublic class BufferUnderflowException
extends java.util.NoSuchElementException
NOTE: From version 3.0, this exception extends NoSuchElementException.
| Constructor | Description |
|---|---|
BufferUnderflowException() |
Constructs a new
BufferUnderflowException. |
BufferUnderflowException(java.lang.String message) |
Construct a new
BufferUnderflowException. |
BufferUnderflowException(java.lang.String message,
java.lang.Throwable exception) |
Construct a new
BufferUnderflowException. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
getCause() |
Gets the root cause of the exception.
|
public BufferUnderflowException()
BufferUnderflowException.public BufferUnderflowException(java.lang.String message)
BufferUnderflowException.message - the detail message for this exceptionpublic BufferUnderflowException(java.lang.String message,
java.lang.Throwable exception)
BufferUnderflowException.message - the detail message for this exceptionexception - the root cause of the exceptionCopyright © 2001-2018 Apache Software Foundation. All Rights Reserved.