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