|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.collections.BufferOverflowException
The BufferOverflowException is used when the buffer's capacity has been exceeded.
| Constructor Summary | |
BufferOverflowException()
Constructs a new BufferOverflowException. |
|
BufferOverflowException(String message)
Construct a new BufferOverflowException. |
|
BufferOverflowException(String message,
Throwable exception)
Construct a new BufferOverflowException. |
|
| Method Summary | |
Throwable |
getCause()
Gets the 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 |
public BufferOverflowException()
BufferOverflowException.
public BufferOverflowException(String message)
BufferOverflowException.
message - the detail message for this exception
public BufferOverflowException(String message,
Throwable exception)
BufferOverflowException.
message - the detail message for this exceptionexception - the root cause of the exception| Method Detail |
public final Throwable getCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||