Class ChangeTrackerDetectionException

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

public class ChangeTrackerDetectionException extends RuntimeException
Signals a problem occurred during the application of the protocol to detect the presence of the ChangeTracker sail on the given connection.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • ChangeTrackerDetectionException

      public ChangeTrackerDetectionException()
    • ChangeTrackerDetectionException

      public ChangeTrackerDetectionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ChangeTrackerDetectionException

      public ChangeTrackerDetectionException(String message, Throwable cause)
    • ChangeTrackerDetectionException

      public ChangeTrackerDetectionException(String message)
    • ChangeTrackerDetectionException

      public ChangeTrackerDetectionException(Throwable cause)