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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BufferOverflowException()
BufferOverflowException.public BufferOverflowException(String message)
BufferOverflowException.message - the detail message for this exceptionpublic BufferOverflowException(String message, Throwable exception)
BufferOverflowException.message - the detail message for this exceptionexception - the root cause of the exceptionCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.