Package com.j_spaces.core.cache
Class NullIteratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.cache.NullIteratorException
- All Implemented Interfaces:
Serializable
This exception is thrown by an iterator constructor when there is no sufficient data in the
database to create the iterator. The catcher of this exception should return
null to
its caller.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullIteratorException
public NullIteratorException()
-