org.apache.commons.collections
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.
|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BufferOverflowException()
BufferOverflowException
.public BufferOverflowException(String message)
BufferOverflowException
.message
- the detail message for this exceptionCopyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.