org.apache.commons.collections
public class BufferOverflowException extends RuntimeException
Since: Commons Collections 2.1
Version: $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
| 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