org.apache.avalon.excalibur.collections
Class BufferUnderflowException

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

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

public class BufferUnderflowException
extends RuntimeException

The BufferUnderflowException is used when the buffer is already empty

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

Constructor Summary
BufferUnderflowException(String message)
          Deprecated. Construct a new BufferUnderflowException.
BufferUnderflowException(String message, Throwable exception)
          Deprecated. Construct a new BufferUnderflowException.
 
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

BufferUnderflowException

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

Parameters:
message - The detail message for this exception.

BufferUnderflowException

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

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.