|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.cache.util.exception.MutableIteratorException
Contains an exception that was encountered while filling an IMutableIterator (e.g. while pulling iterated data from a database, etc.) It is thrown when hasNext() or next() is next called. It is treated as a RuntimeException for compatibility with Iterator.
Constructor Summary | |
MutableIteratorException(java.lang.String theMessage,
java.lang.Throwable theCause)
|
|
MutableIteratorException(java.lang.Throwable theCause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 MutableIteratorException(java.lang.String theMessage, java.lang.Throwable theCause)
theMessage
- text descibing the situationtheCause
- an underlying problem accessing or copying data for the iteratorpublic MutableIteratorException(java.lang.Throwable theCause)
theCause
- an underlying problem accessing or copying data for the iterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |