ca.uhn.cache.util.exception
Class MutableIteratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.cache.util.exception.MutableIteratorException
- All Implemented Interfaces:
- java.io.Serializable
- public class MutableIteratorException
- extends java.lang.RuntimeException
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.
- Version:
- $Revision: 1.1 $ updated on $Date: 2005/01/26 00:25:52 $ by $Author: bryan_tripp $
- Author:
- Bryan Tripp
- See Also:
- Serialized Form
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 |
MutableIteratorException
public MutableIteratorException(java.lang.String theMessage,
java.lang.Throwable theCause)
- Parameters:
theMessage
- text descibing the situationtheCause
- an underlying problem accessing or copying data for the iterator
MutableIteratorException
public MutableIteratorException(java.lang.Throwable theCause)
- Parameters:
theCause
- an underlying problem accessing or copying data for the iterator
Copyright © 2004-2005 University Health Network. All Rights Reserved.