Class ChangeTrackerNotDetectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.changetracking.ChangeTrackerNotDetectedException
All Implemented Interfaces:
Serializable

public class ChangeTrackerNotDetectedException extends Exception
Signals that it was not possible to detect the ChangeTracker sail on a RepositoryConnection. In general, there are two possibilities:
  • the change tracker was not configured
  • the change tracker is in fact active, but it is an old version (2.0) that does not support detection
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • ChangeTrackerNotDetectedException

      public ChangeTrackerNotDetectedException()
    • ChangeTrackerNotDetectedException

      public ChangeTrackerNotDetectedException(Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ChangeTrackerNotDetectedException

      public ChangeTrackerNotDetectedException(Throwable cause)