Class StaleCursorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.StaleCursorException
All Implemented Interfaces:
java.io.Serializable

public class StaleCursorException
extends JRDFoxException
This exception is thrown when Cursor.advance() called and the data store has changed since Cursor.advance() was called.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    StaleCursorException()  
    StaleCursorException​(java.lang.String message)  
    StaleCursorException​(java.lang.String message, java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait