org.apache.commons.collections
Class BufferOverflowException
RuntimeExceptionorg.apache.commons.collections.BufferOverflowException
public class BufferOverflowException
extends RuntimeException
The BufferOverflowException is used when the buffer's capacity has been
exceeded.
Version:
- Avalon
- Berin Loritsch
- Jeff Turner
- Paul Jack
- Stephen Colebourne
- Commons Collections 2.1
Throwable | getCause()- Gets the root cause of the exception.
|
BufferOverflowException
public BufferOverflowException()
Constructs a new BufferOverflowException.
BufferOverflowException
public BufferOverflowException(String message)
Construct a new BufferOverflowException.
message - the detail message for this exception
BufferOverflowException
public BufferOverflowException(String message,
Throwable exception) Construct a new BufferOverflowException.
message - the detail message for this exceptionexception - the root cause of the exception
getCause
public final Throwable getCause()
Gets the root cause of the exception.
- the root cause
Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.