org.apache.avalon.excalibur.collections
Class BufferOverflowException

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

public class BufferOverflowException
extends org.apache.avalon.framework.CascadingRuntimeException

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

Author:
Berin Loritsch
See Also:
Serialized Form

Constructor Summary
BufferOverflowException(java.lang.String message)
           
BufferOverflowException(java.lang.String message, java.lang.Throwable exception)
           
 
Methods inherited from class org.apache.avalon.framework.CascadingRuntimeException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOverflowException

public BufferOverflowException(java.lang.String message)

BufferOverflowException

public BufferOverflowException(java.lang.String message,
                               java.lang.Throwable exception)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.