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 SummaryConstructors Constructor Description StaleCursorException()StaleCursorException(java.lang.String message)StaleCursorException(java.lang.String message, java.lang.Throwable cause)
- 
Method Summary
- 
Constructor Details- 
StaleCursorExceptionpublic StaleCursorException()
- 
StaleCursorExceptionpublic StaleCursorException(java.lang.String message)
- 
StaleCursorExceptionpublic StaleCursorException(java.lang.String message, java.lang.Throwable cause)
 
-