org.apache.avalon.excalibur.collections
Class BufferOverflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.avalon.excalibur.collections.BufferOverflowException
All Implemented Interfaces:
Serializable

Deprecated. use org.apache.commons.collections.BufferOverflowException instead

public class BufferOverflowException
extends RuntimeException

The BufferOverflowException is used when the buffer's capacity has been exceeded.

Author:
Berin Loritsch, Jeff Turner
See Also:
Serialized Form

Constructor Summary
BufferOverflowException(String message)
          Deprecated. Construct a new BufferOverflowException.
BufferOverflowException(String message, Throwable exception)
          Deprecated. Construct a new BufferOverflowException.
 
Method Summary
 Throwable getCause()
          Deprecated. Retrieve root cause of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOverflowException

public BufferOverflowException(String message)
Deprecated. 
Construct a new BufferOverflowException.

Parameters:
message - The detail message for this exception.

BufferOverflowException

public BufferOverflowException(String message,
                               Throwable exception)
Deprecated. 
Construct a new BufferOverflowException.

Parameters:
message - The detail message for this exception.
Method Detail

getCause

public final Throwable getCause()
Deprecated. 
Retrieve root cause of the exception.

Overrides:
getCause in class Throwable
Returns:
the root cause


Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.