Package tenapull.sync
Class InstancesTracker.TrackerDiscontinuedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tenapull.sync.InstancesTracker.InstancesTrackerException
tenapull.sync.InstancesTracker.TrackerDiscontinuedException
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InstancesTracker<K,I>
public static class InstancesTracker.TrackerDiscontinuedException extends InstancesTracker.InstancesTrackerException
Thrown if the instances tracker was discontinued because it was replaced by another
tracker with the same key and argument types and type params
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description InstancesTracker
getNewTracker()
Gets the tracker that replaced the discontinued tracker
-
Method Details
-
getNewTracker
Gets the tracker that replaced the discontinued tracker- Returns:
- the new tracker
-