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
 
- 
Constructor Details
- 
StaleCursorException
public StaleCursorException() - 
StaleCursorException
public StaleCursorException(java.lang.String message) - 
StaleCursorException
public StaleCursorException(java.lang.String message, java.lang.Throwable cause) 
 -