|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.apache.avalon.framework.CascadingRuntimeException | +--org.apache.avalon.excalibur.collections.BufferOverflowException
The BufferOverflowException is used when the buffer's capacity has been exceeded.
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 |
public BufferOverflowException(java.lang.String message)
public BufferOverflowException(java.lang.String message, java.lang.Throwable exception)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |