public class BufferOverflowException extends RuntimeException
Constructor and Description |
---|
BufferOverflowException()
Constructs a new
BufferOverflowException . |
BufferOverflowException(String message)
Construct a new
BufferOverflowException . |
BufferOverflowException(String message,
Throwable exception)
Construct a new
BufferOverflowException . |
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, toString
public BufferOverflowException()
BufferOverflowException
.public BufferOverflowException(String message)
BufferOverflowException
.message
- the detail message for this exceptionCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.