public class BufferUnderflowException
extends java.lang.RuntimeException
| Constructor and 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 and 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 exceptionthrowable - the root cause of the exceptionCopyright © 2001-2004 Apache Software Foundation. Documenation generated April 29 2013.