Class DataStoreVersionDoesNotMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.DataStoreVersionDoesNotMatchException
- All Implemented Interfaces:
- java.io.Serializable
public class DataStoreVersionDoesNotMatchException extends JRDFoxException
This exception is thrown when an operation on a data store connection or a cursor is called,
 but the data store has changed in the meanwhile (i.e., its version does not match the
 expected data store version).
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description DataStoreVersionDoesNotMatchException()DataStoreVersionDoesNotMatchException(java.lang.String message)DataStoreVersionDoesNotMatchException(java.lang.String message, java.lang.Throwable cause)
- 
Method Summary
- 
Constructor Details- 
DataStoreVersionDoesNotMatchExceptionpublic DataStoreVersionDoesNotMatchException()
- 
DataStoreVersionDoesNotMatchExceptionpublic DataStoreVersionDoesNotMatchException(java.lang.String message)
- 
DataStoreVersionDoesNotMatchExceptionpublic DataStoreVersionDoesNotMatchException(java.lang.String message, java.lang.Throwable cause)
 
-