Class ChangeTrackerNotDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.changetracking.ChangeTrackerNotDetectedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionChangeTrackerNotDetectedException
(Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChangeTrackerNotDetectedException
public ChangeTrackerNotDetectedException() -
ChangeTrackerNotDetectedException
public ChangeTrackerNotDetectedException(Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
ChangeTrackerNotDetectedException
-