public class BufferOverflowException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
throwable
The root cause throwable
|
Constructor and 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 and 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 exception