org.apache.commons.collections
public class BufferOverflowException extends RuntimeException
Since: Commons Collections 2.1
Version: $Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $
Constructor Summary | |
---|---|
BufferOverflowException()
Constructs a new BufferOverflowException . | |
BufferOverflowException(String message)
Construct a new BufferOverflowException .
| |
BufferOverflowException(String message, Throwable exception)
Construct a new BufferOverflowException .
|
Method Summary | |
---|---|
Throwable | getCause()
Gets the root cause of the exception.
|
BufferOverflowException
.BufferOverflowException
.
Parameters: message the detail message for this exception
BufferOverflowException
.
Parameters: message the detail message for this exception exception the root cause of the exception
Returns: the root cause