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