Class NullIteratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.cache.NullIteratorException
All Implemented Interfaces:
Serializable

public class NullIteratorException extends Exception
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 Details

    • NullIteratorException

      public NullIteratorException()