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 Summary

    Constructors 
    Constructor Description
    DataStoreVersionMatchesException()  
    DataStoreVersionMatchesException​(java.lang.String message)  
    DataStoreVersionMatchesException​(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